Merge "Update language to comply with Android's inclusive language guidance"

This commit is contained in:
TreeHugger Robot
2020-08-07 01:36:44 +00:00
committed by Android (Google) Code Review

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