]> git.ktnx.net Git - mobile-ledger.git/commitdiff
template details: replace the framework trash icon with stock one
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 14 Feb 2021 07:24:43 +0000 (09:24 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 18 Feb 2021 07:19:43 +0000 (07:19 +0000)
to keep it consistent with the other icons

app/src/main/res/menu/template_details_menu.xml

index 1a0899083c1c8ce1e69322279f777dfc0c818e2f..af51dc53e8ec1a659a44ac26da2b6cecd2ccedf9 100644 (file)
@@ -21,7 +21,7 @@
 
     <item
         android:id="@+id/delete_template"
-        android:icon="@android:drawable/ic_menu_delete"
+        android:icon="@drawable/ic_delete_white_24dp"
         android:title="@string/Remove"
         app:showAsAction="ifRoom"
         />