summaryrefslogtreecommitdiffstats
path: root/res/layout-watch
diff options
context:
space:
mode:
authorErik Wolsheimer <ewol@google.com>2016-07-22 13:12:24 -0700
committerewol <ewol@google.com>2016-07-28 15:29:32 +0000
commite27e680a74cff5be9ecc04979f6fc8319b35bd50 (patch)
tree592d617a091fdcc79b48241767a54ef279f2c01d /res/layout-watch
parent6edcac35a8e48024c1bf0ea03da6d866ed089a3b (diff)
downloadandroid_packages_apps_PackageInstaller-e27e680a74cff5be9ecc04979f6fc8319b35bd50.tar.gz
android_packages_apps_PackageInstaller-e27e680a74cff5be9ecc04979f6fc8319b35bd50.tar.bz2
android_packages_apps_PackageInstaller-e27e680a74cff5be9ecc04979f6fc8319b35bd50.zip
Add basic accessibility to Wear permissions dialog
BUG: 30067232 Change-Id: I98ff09ce150d8c597ec7f4b1f1b86ec0997e7c02
Diffstat (limited to 'res/layout-watch')
-rw-r--r--res/layout-watch/confirmation_dialog.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout-watch/confirmation_dialog.xml b/res/layout-watch/confirmation_dialog.xml
index ea25b6b4..b780e77f 100644
--- a/res/layout-watch/confirmation_dialog.xml
+++ b/res/layout-watch/confirmation_dialog.xml
@@ -85,7 +85,8 @@
android:layout_gravity="top|left"
android:layout_marginLeft="@dimen/conf_diag_2button_margin_side"
android:layout_marginTop="@dimen/conf_diag_2button_margin_top"
- android:background="@drawable/cancel_button"/>
+ android:background="@drawable/cancel_button"
+ android:contentDescription="@string/grant_dialog_button_deny"/>
<Button
android:id="@+id/permission_allow_button"
@@ -94,7 +95,8 @@
android:layout_gravity="top|right"
android:layout_marginRight="@dimen/conf_diag_2button_margin_side"
android:layout_marginTop="@dimen/conf_diag_2button_margin_top"
- android:background="@drawable/confirm_button"/>
+ android:background="@drawable/confirm_button"
+ android:contentDescription="@string/grant_dialog_button_allow"/>
</FrameLayout>
<FrameLayout