Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01c4a321 authored by Edgar Wang's avatar Edgar Wang
Browse files

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
parent 1d3b592e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */