Skip to content

Commit 8dd3aad

Browse files
adampAndroid (Google) Code Review
authored andcommitted
Merge "Align carrier info for glowpad keyguard screen" into jb-mr1-dev
2 parents 95cccb9 + ba48a39 commit 8dd3aad

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)