summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-port
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2012-10-12 22:02:27 -0700
committerAdam Powell <adamp@google.com>2012-10-13 01:25:51 -0700
commit70bc9f24ce6098a8c82245ac1ce7721d354ecd3d (patch)
treee528f2a7652bed324888578384849794c69ddea2 /core/res/res/layout-port
parent28dc64b86b6648d8b38eb202531e20560e1298bc (diff)
downloadframeworks_base-70bc9f24ce6098a8c82245ac1ce7721d354ecd3d.zip
frameworks_base-70bc9f24ce6098a8c82245ac1ce7721d354ecd3d.tar.gz
frameworks_base-70bc9f24ce6098a8c82245ac1ce7721d354ecd3d.tar.bz2
Fix keyguard dimensions; IME state for password view; layouts
Fix a bug where ordering during inflation caused us not to set a keyguard callback early enough to properly modify window flags. Add a gross hack to work around this for now. Fix status layouts to scale a bit more gracefully in the presence of an IME. Fix password layouts to scale more gracefully in the presence of an IME Bug 7343312 Bug 7341795 Bug 7342963 Bug 7343089 Change-Id: Ifb2c06defef11e8f7f9d0e09855632ed491bb31c
Diffstat (limited to 'core/res/res/layout-port')
-rw-r--r--core/res/res/layout-port/keyguard_host_view.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/res/res/layout-port/keyguard_host_view.xml b/core/res/res/layout-port/keyguard_host_view.xml
index 3ce9365..20726d0 100644
--- a/core/res/res/layout-port/keyguard_host_view.xml
+++ b/core/res/res/layout-port/keyguard_host_view.xml
@@ -29,15 +29,14 @@
<include layout="@layout/keyguard_widget_region"
android:layout_width="match_parent"
- android:layout_height="0dip"
- android:layout_weight="27" />
+ android:layout_height="153dp" />
<com.android.internal.policy.impl.keyguard.KeyguardSecurityViewFlipper
android:id="@+id/view_flipper"
android:layout_height="0dp"
android:clipChildren="false"
android:clipToPadding="false"
- android:layout_weight="73"
+ android:layout_weight="1"
android:paddingLeft="@dimen/keyguard_security_view_margin"
android:paddingTop="@dimen/keyguard_security_view_margin"
android:paddingRight="@dimen/keyguard_security_view_margin"