summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-port
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2012-10-23 19:52:04 -0700
committerJim Miller <jaggies@google.com>2012-10-23 19:52:04 -0700
commit19a5267003e7dc70100a4bd4f1f449523b2ff38b (patch)
tree18bc3d1fbc75997d2b65d73b3f560341b47af12a /core/res/res/layout-port
parent356f2f59410be228cfb60ccc3c1878c8ba99da07 (diff)
downloadframeworks_base-19a5267003e7dc70100a4bd4f1f449523b2ff38b.tar.gz
frameworks_base-19a5267003e7dc70100a4bd4f1f449523b2ff38b.tar.bz2
frameworks_base-19a5267003e7dc70100a4bd4f1f449523b2ff38b.zip
Merge latest prototype changes into keyguard
Change-Id: Ibec6e9a7667ec730a25a58226c3203332af64b24
Diffstat (limited to 'core/res/res/layout-port')
-rw-r--r--core/res/res/layout-port/keyguard_host_view.xml6
1 files changed, 3 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 6e97102e5c1..74b136afba6 100644
--- a/core/res/res/layout-port/keyguard_host_view.xml
+++ b/core/res/res/layout-port/keyguard_host_view.xml
@@ -21,7 +21,7 @@
and the security view. -->
<com.android.internal.policy.impl.keyguard.KeyguardHostView
xmlns:android="http://schemas.android.com/apk/res/android"
-
+ xmlns:androidprv="http://schemas.android.com/apk/res/android"
android:id="@+id/keyguard_host_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -32,7 +32,7 @@
android:id="@+id/sliding_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:dragHandle="@drawable/security_handle">
+ androidprv:dragHandle="@drawable/security_handle">
<FrameLayout
android:layout_width="match_parent"
@@ -47,7 +47,7 @@
android:id="@+id/keyguard_security_container"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_isChallenge="true"
+ androidprv:layout_isChallenge="true"
android:gravity="bottom|center_horizontal"
android:background="@drawable/security_frame">
<com.android.internal.policy.impl.keyguard.KeyguardSecurityViewFlipper