summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Daniel Sandler <dsandler@android.com> 2012-11-08 15:46:32 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2012-11-08 15:46:32 -0800
commitb57693d7c45e56ef9bff516f0b92dfdc7daa94b3 (patch)
tree8f31ee04115be968565fd7d8f262c0c2b71861fc
parentdddcd61d3fdac9955e30e0302d9e4dbc1ebd9c13 (diff)
parente7689b82fa8a544289e7bcbb33ac6b33da6c9648 (diff)
am e7689b82: am 3a54aaed: am 838195db: Merge "Compress lockscreen\'s account login fallback to fit." into jb-mr1-lockscreen-dev
* commit 'e7689b82fa8a544289e7bcbb33ac6b33da6c9648': Compress lockscreen's account login fallback to fit.
-rw-r--r--core/res/res/layout/keyguard_account_view.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/res/res/layout/keyguard_account_view.xml b/core/res/res/layout/keyguard_account_view.xml
index 17175caa2dc8..8bc1da297350 100644
--- a/core/res/res/layout/keyguard_account_view.xml
+++ b/core/res/res/layout/keyguard_account_view.xml
@@ -51,6 +51,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/login"
+ android:layout_toLeftOf="@+id/ok"
android:layout_marginTop="15dip"
android:layout_marginStart="7dip"
android:layout_marginEnd="7dip"
@@ -67,12 +68,13 @@
android:layout_height="wrap_content"
android:layout_margin="7dip"
android:layout_alignParentEnd="true"
- android:layout_alignParentBottom="true"
+ android:layout_below="@id/login"
android:text="@string/kg_login_submit_button"
/>
</RelativeLayout>
+ <!-- no room for ECA on this screen right now
<include layout="@layout/keyguard_emergency_carrier_area"
android:id="@+id/keyguard_selector_fade_container"
android:layout_width="match_parent"
@@ -80,5 +82,6 @@
android:orientation="vertical"
android:layout_gravity="bottom|center_horizontal"
android:gravity="center_horizontal" />
+ -->
</com.android.internal.policy.impl.keyguard.KeyguardAccountView>