]> git.ktnx.net Git - mobile-ledger.git/commitdiff
fixup deletion of templates
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 5 Feb 2021 06:41:37 +0000 (06:41 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 18 Feb 2021 07:19:38 +0000 (07:19 +0000)
app/src/main/res/menu/template_details_menu.xml [new file with mode: 0644]

diff --git a/app/src/main/res/menu/template_details_menu.xml b/app/src/main/res/menu/template_details_menu.xml
new file mode 100644 (file)
index 0000000..1a08990
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+  ~ Copyright © 2021 Damyan Ivanov.
+  ~ This file is part of MoLe.
+  ~ MoLe is free software: you can distribute it and/or modify it
+  ~ under the term of the GNU General Public License as published by
+  ~ the Free Software Foundation, either version 3 of the License, or
+  ~ (at your opinion), any later version.
+  ~
+  ~ MoLe is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+  ~ GNU General Public License terms for details.
+  ~
+  ~ You should have received a copy of the GNU General Public License
+  ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
+  -->
+
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
+    >
+
+    <item
+        android:id="@+id/delete_template"
+        android:icon="@android:drawable/ic_menu_delete"
+        android:title="@string/Remove"
+        app:showAsAction="ifRoom"
+        />
+</menu>
\ No newline at end of file