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

Commit 3e595e65 authored by Joey Rizzoli's avatar Joey Rizzoli Committed by Zhao Wei Liew
Browse files

WallpaperPicker: materialize delete icon



Change-Id: I31be9516266f939f7d8ae097ad8ec4c41dea2df7
Signed-off-by: default avatarJoey Rizzoli <joey@lineageos.it>
(cherry picked from commit 66b854f6)
parent 3210ccd5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
        android:fillColor="#FFFFFF"
        android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -23,5 +23,5 @@
     android:id="@+id/menu_delete"
     android:title="@string/wallpaper_delete"
     android:showAsAction="always"
     android:icon="@android:drawable/ic_menu_delete" />
     android:icon="@drawable/ic_delete" />
</menu>