summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2015-06-10 21:52:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-10 21:52:38 +0000
commit76430b42228d38f77f83e44b6307ca368963b3c5 (patch)
tree0ff353c222fe1788516d45e4f749e785d3e3a45e /packages/SystemUI/res/layout
parent9481227fac23131f68edb120f2ed06b9cf44f3f5 (diff)
parentaa619a62f62d37979fe49b9a256394a045b6808f (diff)
downloadframeworks_base-76430b42228d38f77f83e44b6307ca368963b3c5.zip
frameworks_base-76430b42228d38f77f83e44b6307ca368963b3c5.tar.gz
frameworks_base-76430b42228d38f77f83e44b6307ca368963b3c5.tar.bz2
Merge changes from topic 'sup-a11y' into mnc-dev
* changes: 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/SystemUI/res/layout')
-rw-r--r--packages/SystemUI/res/layout/keyguard_bottom_area.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/keyguard_bottom_area.xml b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
index 5d0367e..48af565 100644
--- a/packages/SystemUI/res/layout/keyguard_bottom_area.xml
+++ b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
@@ -33,7 +33,8 @@
android:gravity="center_horizontal"
android:textStyle="italic"
android:textColor="#ffffff"
- android:textAppearance="?android:attr/textAppearanceSmall" />
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:accessibilityLiveRegion="polite" />
<FrameLayout
android:id="@+id/preview_container"