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

Commit 48e12d8a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "KgStatusArea width should match parent" into sc-dev am: 7cb084a4 am: 1ca1faf9

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13418345

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5de5e3ce9138c15f125deb8f6c493be1a6798f8c
parents 607ca2bb 1ca1faf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ public class KeyguardClockSwitch extends RelativeLayout {
            statusAreaLP.removeRule(RelativeLayout.ALIGN_PARENT_START);
            statusAreaLP.removeRule(RelativeLayout.START_OF);
            statusAreaLP.addRule(RelativeLayout.BELOW, R.id.clock_view);
            statusAreaLP.width = ViewGroup.LayoutParams.WRAP_CONTENT;
            statusAreaLP.width = ViewGroup.LayoutParams.MATCH_PARENT;
        }

        requestLayout();