summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2015-06-10 22:09:53 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-10 22:09:53 +0000
commit0a6ebfe3598757b17942fd8187e784601526e80d (patch)
tree32fe632c5a593b6cf35dd1a51668e80a04d328fa /packages/Keyguard
parent369e811bfce15465a46596b78dc7bf803be8f4e5 (diff)
parent76430b42228d38f77f83e44b6307ca368963b3c5 (diff)
downloadframeworks_base-0a6ebfe3598757b17942fd8187e784601526e80d.zip
frameworks_base-0a6ebfe3598757b17942fd8187e784601526e80d.tar.gz
frameworks_base-0a6ebfe3598757b17942fd8187e784601526e80d.tar.bz2
am 76430b42: Merge changes from topic \'sup-a11y\' into mnc-dev
* commit '76430b42228d38f77f83e44b6307ca368963b3c5': Make keyguard indication an a11y live view Hide keyguard status view from a11y when QS expanded Hide keyguard bottom area from a11y when alpha is zero Remove unusable a11y focusable area from pattern unlock Hide StatusBarWindowView from a11y when bouncer is up
Diffstat (limited to 'packages/Keyguard')
-rw-r--r--packages/Keyguard/res/layout/keyguard_pattern_view.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/Keyguard/res/layout/keyguard_pattern_view.xml b/packages/Keyguard/res/layout/keyguard_pattern_view.xml
index 0f5431e..09c01de 100644
--- a/packages/Keyguard/res/layout/keyguard_pattern_view.xml
+++ b/packages/Keyguard/res/layout/keyguard_pattern_view.xml
@@ -31,8 +31,7 @@
android:clipToPadding="false"
androidprv:layout_maxWidth="@dimen/keyguard_security_width"
androidprv:layout_maxHeight="@dimen/keyguard_security_height"
- android:gravity="center_horizontal"
- android:contentDescription="@string/keyguard_accessibility_pattern_unlock">
+ android:gravity="center_horizontal">
<FrameLayout
android:layout_width="match_parent"