Skip to content

Commit ba48a39

Browse files
committed
Align carrier info for glowpad keyguard screen
Bug 7317728 Change-Id: I0788c6555e2443026d0533e14b544a5daf810937
1 parent 8ec3ff8 commit ba48a39

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

core/res/res/layout/keyguard_emergency_carrier_area.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
android:layout_width="match_parent"
2424
android:layout_height="wrap_content"
2525
android:orientation="vertical"
26-
android:gravity="center_horizontal"
26+
android:gravity="center"
2727
android:layout_gravity="center_horizontal"
2828
android:layout_alignParentBottom="true">
2929

core/res/res/layout/keyguard_selector_view.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@
4141
<include layout="@layout/keyguard_emergency_carrier_area"
4242
android:id="@+id/keyguard_selector_fade_container"
4343
android:layout_width="match_parent"
44-
android:layout_height="wrap_content"
45-
android:orientation="vertical"
46-
android:layout_gravity="bottom|center_horizontal"
47-
android:gravity="center_horizontal" />
44+
android:layout_height="48dp"
45+
android:layout_gravity="bottom|center_horizontal" />
4846
</FrameLayout>
4947

5048
</com.android.internal.policy.impl.keyguard.KeyguardSelectorView>

0 commit comments

Comments
 (0)