summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout/keyguard_screen_tab_unlock_land.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/layout/keyguard_screen_tab_unlock_land.xml')
-rw-r--r--core/res/res/layout/keyguard_screen_tab_unlock_land.xml23
1 files changed, 17 insertions, 6 deletions
diff --git a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml
index b2f96f2..2aacb99 100644
--- a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml
+++ b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml
@@ -20,6 +20,16 @@
<!-- This is the general lock screen which shows information about the
state of the device, as well as instructions on how to get past it
depending on the state of the device.-->
+
+<android.gesture.GestureOverlayView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/gestures"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:gestureStrokeType="multiple"
+ android:eventsInterceptionEnabled="false"
+ android:orientation="horizontal">
+
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tabunlock="http://schemas.android.com/apk/res/com.android.tabunlock"
android:layout_width="match_parent"
@@ -132,13 +142,13 @@
/>
<TextView
- android:id="@+id/customMsg"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="4.0dip"
- android:layout_below="@id/status2"
+ android:id="@+id/customMsg"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="4.0dip"
+ android:layout_below="@id/status2"
android:textAppearance="?android:attr/textAppearanceSmall"
- />
+ />
<TextView
android:id="@+id/screenLocked"
@@ -232,3 +242,4 @@
/>
</LinearLayout>
+</android.gesture.GestureOverlayView>