summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-port/keyguard_host_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/layout-port/keyguard_host_view.xml')
-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