Merge "Controls a11y - Open app button" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-05 17:44:41 +00:00
committed by Android (Google) Code Review

View File

@@ -42,6 +42,7 @@
android:layout_height="1dp" /> android:layout_height="1dp" />
<ImageView <ImageView
android:id="@+id/control_detail_open_in_app" android:id="@+id/control_detail_open_in_app"
android:contentDescription="@string/controls_open_app"
android:src="@drawable/ic_open_in_new" android:src="@drawable/ic_open_in_new"
android:background="?android:attr/selectableItemBackgroundBorderless" android:background="?android:attr/selectableItemBackgroundBorderless"
android:tint="@color/control_primary_text" android:tint="@color/control_primary_text"