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:
Edgar Wang
2020-08-06 16:09:28 +00:00
parent 1d3b592e56
commit 01c4a32195

View File

@@ -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
* 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 {
/** @hide */