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

am: afbdcdee24

Change-Id: I4ba106bd8536f2796ceed8e3a1f70b1a1a6d51cf
This commit is contained in:
Tracy Zhou
2018-05-16 22:28:47 -07:00
committed by android-build-merger

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