Merge "Update language to comply with Android's inclusive language guidance" am: 677a202b00

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12325365

Change-Id: Ib20a2faab2da431ff6c82953166e58067cee4e5d
This commit is contained in:
TreeHugger Robot
2020-08-07 02:32:57 +00:00
committed by Automerger Merge Worker

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 */