]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/menu/new_transaction.xml
update copyright years
[mobile-ledger.git] / app / src / main / res / menu / new_transaction.xml
index 6bc75414a7277e2b2099a7ba164a565adc62d58b..876ffd217436dc9314cc6fc760575f7c71ab3259 100644 (file)
@@ -1,42 +1,48 @@
-<?xml version="1.0" encoding="utf-8"?>
-    <!--
-  ~ Copyright © 2018 Damyan Ivanov.
-  ~ This file is part of Mobile-Ledger.
-  ~ Mobile-Ledger is free software: you can distribute it and/or modify it
+<?xml version="1.0" encoding="utf-8"?><!--
+  ~ Copyright © 2019 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.
   ~
-  ~ Mobile-Ledger is distributed in the hope that it will be useful,
+  ~ 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 Mobile-Ledger. If not, see <https://www.gnu.org/licenses/>.
+  ~ 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/action_submit_transaction"
-            android:icon="@drawable/ic_save_white_24dp"
-            android:onClick="saveTransactionFromMenu"
-            android:title="@string/action_submit_transaction_title"
-            android:visible="false"
-            app:showAsAction="always" />
-        <item
-            android:id="@+id/action_add_account"
-            android:icon="@drawable/svg_thick_plus_white"
-            android:onClick="addTransactionAccountFromMenu"
-            android:orderInCategory="100"
-            android:title="@string/menu_add_account"
-            android:visible="false"
-            app:showAsAction="never|ifRoom" />
+    xmlns:app="http://schemas.android.com/apk/res-auto">
+    <item
+        android:id="@+id/action_submit_transaction"
+        android:icon="@drawable/ic_save_white_24dp"
+        android:onClick="saveTransactionFromMenu"
+        android:title="@string/action_submit_transaction_title"
+        android:visible="false"
+        app:showAsAction="always" />
+    <item
+        android:id="@+id/action_add_account"
+        android:icon="@drawable/svg_thick_plus_white"
+        android:onClick="addTransactionAccountFromMenu"
+        android:orderInCategory="100"
+        android:title="@string/menu_add_account"
+        android:visible="false"
+        app:showAsAction="never|ifRoom" />
     <item
         android:id="@+id/action_reset_new_transaction_activity"
         android:icon="@drawable/ic_refresh_white_24dp"
         android:onClick="resetTransactionFromMenu"
         android:title="@string/action_reset_new_transaction_activity_title"
         app:showAsAction="never" />
+    <item
+        android:id="@+id/action_simulate_crash"
+        android:title="@string/crash_app_label"
+        android:titleCondensed="@string/crash_app_condensed_label"
+        android:onClick="simulateCrash"
+        android:visible="false"
+        app:showAsAction="never" />
 </menu>
\ No newline at end of file