Merge "Add contentDescription to close button of recents onboarding tip view." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-05-17 05:04:38 +00:00
committed by Android (Google) Code Review

View File

@@ -48,7 +48,8 @@
android:layout_marginEnd="2dp"
android:alpha="0.7"
android:src="@drawable/ic_close_white"
android:background="?android:attr/selectableItemBackgroundBorderless"/>
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/accessibility_desc_close"/>
</LinearLayout>
<View