summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/res/layout-land
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2013-09-26 12:14:33 -0400
committerJohn Spurlock <jspurlock@google.com>2013-09-27 10:19:12 -0400
commit256ae67b9a629178b458dfc01102c9c0b9963d03 (patch)
treefeaadf5403de18e33cf8334252207f763c020a15 /packages/Keyguard/res/layout-land
parent6a1e32efb686bd5606f62076c70f399ff3bdc37d (diff)
downloadframeworks_base-256ae67b9a629178b458dfc01102c9c0b9963d03.zip
frameworks_base-256ae67b9a629178b458dfc01102c9c0b9963d03.tar.gz
frameworks_base-256ae67b9a629178b458dfc01102c9c0b9963d03.tar.bz2
Restore scrim views to former place in view hierarchy.
By enabling KeyguardHostView to extend into the full screen area and updating custom measure/layout in the Challenge layouts appropriately. Bug:10939005 Change-Id: I06fb187c4100cf0f2e48b1206cc4450afa4567dd
Diffstat (limited to 'packages/Keyguard/res/layout-land')
-rw-r--r--packages/Keyguard/res/layout-land/keyguard_host_view.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/Keyguard/res/layout-land/keyguard_host_view.xml b/packages/Keyguard/res/layout-land/keyguard_host_view.xml
index 87b8b59..eeb9ee7 100644
--- a/packages/Keyguard/res/layout-land/keyguard_host_view.xml
+++ b/packages/Keyguard/res/layout-land/keyguard_host_view.xml
@@ -51,6 +51,11 @@
androidprv:layout_maxHeight="480dp" />
<include layout="@layout/keyguard_multi_user_selector"/>
+ <View android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ androidprv:layout_childType="scrim"
+ android:background="#99000000" />
+
<com.android.keyguard.KeyguardSecurityContainer
android:id="@+id/keyguard_security_container"
android:layout_width="wrap_content"