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

Commit 36f9ecee authored by Sean Liu's avatar Sean Liu Committed by Android (Google) Code Review
Browse files

Merge "Replacing back arrow with "X" in multi select mode"

parents 5e46db32 ba667c02
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"