]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/menu/new_transaction_fragment.xml
new transaction: hide currency/commodity selector by default; add menu item for showing
[mobile-ledger.git] / app / src / main / res / menu / new_transaction_fragment.xml
index dc9b08dc992266d1e0928dfc43eab17d1abed3b0..a48b4ad687e4cd23a50ef44b0270def3ada1770d 100644 (file)
 
 <menu xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto">
+    <item
+        android:id="@+id/toggle_currency"
+        android:title="@string/show_currency_input"
+        android:checkable="true"
+        android:checked="false"
+        app:showAsAction="never" />
     <item
         android:id="@+id/action_reset_new_transaction_activity"
         android:icon="@drawable/ic_refresh_white_24dp"