summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-port
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-10-28 00:12:21 -0400
committerDaniel Sandler <dsandler@android.com>2012-10-28 00:12:21 -0400
commitc606bf1af953bb8a682589a29809e714c648c291 (patch)
tree93bd8d9e69ac2779005c5d4e833da1f74fcb2bf6 /core/res/res/layout-port
parent950c29ea7a8131d2a9f34a61011bec6a6e669321 (diff)
downloadframeworks_base-c606bf1af953bb8a682589a29809e714c648c291.tar.gz
frameworks_base-c606bf1af953bb8a682589a29809e714c648c291.tar.bz2
frameworks_base-c606bf1af953bb8a682589a29809e714c648c291.zip
Improved handle touch interaction.
- the handle size is now entirely independent of asset size - the handle doesn't have to have a handle graphic - the handle top/bottom sizing can each change based on whether the challenge is visible - now, the handle becomes very small when the challenge is visible, and does not intrude into the challenge rect itself (so you really need to drag downward through the top edge of the challenge to activate the handle and close the challenge) - when the challenge is closed, the handle may be clicked to open Bug: 7428215 Change-Id: I4ca7b4d5d475337295a6a7492a831abbba288ac5 Proto-Id: Ibc8997ece27ca1e0fa4deb651bb11860f95d7b23
Diffstat (limited to 'core/res/res/layout-port')
-rw-r--r--core/res/res/layout-port/keyguard_host_view.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/res/res/layout-port/keyguard_host_view.xml b/core/res/res/layout-port/keyguard_host_view.xml
index 15e98444309..2caa72f000d 100644
--- a/core/res/res/layout-port/keyguard_host_view.xml
+++ b/core/res/res/layout-port/keyguard_host_view.xml
@@ -32,7 +32,6 @@
android:id="@+id/sliding_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
- androidprv:dragHandle="@drawable/kg_security_grip"
androidprv:dragIcon="@drawable/kg_security_lock">
<FrameLayout