Controls a11y - Open app button

Detail dialog open app button needed an a11y content description

Fixes: 155984739
Test: talkback
Change-Id: Iced5c1c7a841412fcc2dc7d6ec69d0583b4e4896
This commit is contained in:
Matt Pietal
2020-06-05 12:03:46 -04:00
parent fbc9630c3f
commit f2d5c4e3f7

View File

@@ -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"