From 01c4a32195033b5cc5ef310b21a7ff362407eef7 Mon Sep 17 00:00:00 2001 From: Edgar Wang Date: Thu, 6 Aug 2020 16:09:28 +0000 Subject: [PATCH] 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 --- .../settings/widget/MatchParentShrinkingLinearLayout.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/settings/widget/MatchParentShrinkingLinearLayout.java b/src/com/android/settings/widget/MatchParentShrinkingLinearLayout.java index c7d4d9212dc..271378a3c47 100644 --- a/src/com/android/settings/widget/MatchParentShrinkingLinearLayout.java +++ b/src/com/android/settings/widget/MatchParentShrinkingLinearLayout.java @@ -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 */