Skip to content

Commit 838195d

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Compress lockscreen's account login fallback to fit." into jb-mr1-lockscreen-dev
2 parents 9eacab8 + cf2b7a2 commit 838195d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

core/res/res/layout/keyguard_account_view.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
android:layout_width="match_parent"
5252
android:layout_height="wrap_content"
5353
android:layout_below="@id/login"
54+
android:layout_toLeftOf="@+id/ok"
5455
android:layout_marginTop="15dip"
5556
android:layout_marginStart="7dip"
5657
android:layout_marginEnd="7dip"
@@ -67,18 +68,20 @@
6768
android:layout_height="wrap_content"
6869
android:layout_margin="7dip"
6970
android:layout_alignParentEnd="true"
70-
android:layout_alignParentBottom="true"
71+
android:layout_below="@id/login"
7172
android:text="@string/kg_login_submit_button"
7273
/>
7374

7475
</RelativeLayout>
7576

77+
<!-- no room for ECA on this screen right now
7678
<include layout="@layout/keyguard_emergency_carrier_area"
7779
android:id="@+id/keyguard_selector_fade_container"
7880
android:layout_width="match_parent"
7981
android:layout_height="wrap_content"
8082
android:orientation="vertical"
8183
android:layout_gravity="bottom|center_horizontal"
8284
android:gravity="center_horizontal" />
85+
-->
8386

8487
</com.android.internal.policy.impl.keyguard.KeyguardAccountView>

0 commit comments

Comments
 (0)