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

Commit ba667c02 authored by guanxiongliu's avatar guanxiongliu
Browse files

Replacing back arrow with "X" in multi select mode

Bug:29618065
Change-Id: I1addefbf88d9a5e30fb57df2e59f81a0fca84476
parent 57c55763
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@
  ~ limitations under the License
  -->
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
    android:src="@drawable/ic_close_dk"
    android:src="@drawable/ic_close_black_24dp"
    android:autoMirrored="true"
    android:tint="@android:color/black" />
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
        android:id="@+id/selection_close"
        android:layout_width="48dp"
        android:layout_height="48dp"
        android:src="@drawable/ic_back_arrow"
        android:src="@drawable/ic_close_black_24dp"
        android:background="?attr/selectableItemBackgroundBorderless"
        android:contentDescription="@string/action_menu_back_from_search"
        android:layout_gravity="center_vertical|start"