Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2be4ddbd authored by Svet Ganov's avatar Svet Ganov Committed by Svetoslav Ganov
Browse files

Label the close image button

Test: manual

bug:38182393

Change-Id: I3a1e2e18c651b02b16c8e370b6be9ec2ed5e41e5
parent ab3c8116
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>