summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Matt Pietal <mpietal@google.com> 2020-06-05 12:03:46 -0400
committer Matt Pietal <mpietal@google.com> 2020-06-05 12:03:46 -0400
commitf2d5c4e3f77463a7234a76f07939c0d4284a1045 (patch)
tree742ae00b902d664c7cee5f5e1f2099cb123c8d88
parentfbc9630c3f8cccbd71ee1f8c15883f7a21dcf788 (diff)
Controls a11y - Open app button
Detail dialog open app button needed an a11y content description Fixes: 155984739 Test: talkback Change-Id: Iced5c1c7a841412fcc2dc7d6ec69d0583b4e4896
-rw-r--r--packages/SystemUI/res/layout/controls_detail_dialog.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/controls_detail_dialog.xml b/packages/SystemUI/res/layout/controls_detail_dialog.xml
index d61122fd47dd..ee5315ad782f 100644
--- a/packages/SystemUI/res/layout/controls_detail_dialog.xml
+++ b/packages/SystemUI/res/layout/controls_detail_dialog.xml
@@ -42,6 +42,7 @@
android:layout_height="1dp" />
<ImageView
android:id="@+id/control_detail_open_in_app"
+ android:contentDescription="@string/controls_open_app"
android:src="@drawable/ic_open_in_new"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:tint="@color/control_primary_text"