Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Change-Id: If69691157079221158440ab26eace10dedf38b55 Test: robotest & manual
This commit is contained in:
@@ -40,7 +40,7 @@ import java.lang.annotation.RetentionPolicy;
|
|||||||
* A LinearLayout with a twist: if the contents don't fit, it takes space away from the
|
* A LinearLayout with a twist: if the contents don't fit, it takes space away from the
|
||||||
* MATCH_PARENT children, instead of taking it from the weighted ones.
|
* MATCH_PARENT children, instead of taking it from the weighted ones.
|
||||||
*
|
*
|
||||||
* TODO: Remove once we redesign the ChooseLockPattern screen with a sane layout.
|
* TODO: Remove once we redesign the ChooseLockPattern screen with a rational layout.
|
||||||
*/
|
*/
|
||||||
public class MatchParentShrinkingLinearLayout extends ViewGroup {
|
public class MatchParentShrinkingLinearLayout extends ViewGroup {
|
||||||
/** @hide */
|
/** @hide */
|
||||||
|
|||||||
Reference in New Issue
Block a user