Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2d5c4e3 authored by Matt Pietal's avatar Matt Pietal
Browse files

Controls a11y - Open app button

Detail dialog open app button needed an a11y content description

Fixes: 155984739
Test: talkback
Change-Id: Iced5c1c7a841412fcc2dc7d6ec69d0583b4e4896
parent fbc9630c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"