]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/menu/new_transaction_fragment.xml
transaction-level comments in new transaction UI, optional
[mobile-ledger.git] / app / src / main / res / menu / new_transaction_fragment.xml
index a48b4ad687e4cd23a50ef44b0270def3ada1770d..c55428e95440feff2cb8b1a4a912fd0de971cf22 100644 (file)
         android:checkable="true"
         android:checked="false"
         app:showAsAction="never" />
+    <item
+        android:id="@+id/toggle_comments"
+        android:checkable="true"
+        android:title="@string/show_comments_switch"
+        app:actionLayout="@layout/switch_item"
+        app:showAsAction="never" />
     <item
         android:id="@+id/action_reset_new_transaction_activity"
         android:icon="@drawable/ic_refresh_white_24dp"