]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/arrays.xml
manipulation of templates via pop-up menu, add template duplication
[mobile-ledger.git] / app / src / main / res / values / arrays.xml
index 17b632966ff87c85744dcbed46f00a8f3d6bc949..0e8556530389eec970f997f0e5d62d6596dbe3ef 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ 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
@@ -21,4 +21,9 @@
         <!--<item>Expand all</item>-->
         <!--<item>Collapse all</item>-->
     </string-array>
+    <string-array name="templates_ctx_menu">
+        <item>Edit</item>
+        <item>Duplicate</item>
+        <item>Delete</item>
+    </string-array>
 </resources>
\ No newline at end of file