summaryrefslogtreecommitdiffstats
path: root/res/layout-watch/confirmation_dialog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-watch/confirmation_dialog.xml')
-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