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

Commit db5beade authored by Svet Ganov's avatar Svet Ganov Committed by android-build-merger
Browse files

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

am: c453901d

Change-Id: Ic7dcf152a9759865619129fb1f3d06dbb75e2921
parents dbb6c2ab c453901d
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>