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

am: c453901d13

Change-Id: Ic7dcf152a9759865619129fb1f3d06dbb75e2921
This commit is contained in:
Svet Ganov
2017-05-10 22:05:55 +00:00
committed by android-build-merger

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>