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

Commit bd1d570e authored by Beverly's avatar Beverly
Browse files

KgStatusArea width should match parent

Fixes: 178569458
Test: manual
Change-Id: Ic64a2fc40f0b07298d5478a83b5a50f8491f15f1
parent 52b00332
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();