Merge "Label the close image button" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-05-10 17:10:31 +00:00
committed by Android (Google) Code Review

View File

@@ -59,7 +59,8 @@
android:layout_marginLeft="16dp"
android:src="@android:drawable/ic_close"
android:alpha="0.54"
android:background="?android:attr/selectableItemBackgroundBorderless">
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@android:string/close_button_text">
</ImageView>
</LinearLayout>