X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fmenu%2Fnew_transaction.xml;h=f4862d8c2e7a2f3a125af1eeb21bc37458cb4b64;hb=b36e2e3152f57528aacf94f31985952cf80406a4;hp=e6e4070dfa1d1bccdeb12830998ecf329d02670f;hpb=998dd32a089d199a2569069415755eb3169b35b0;p=mobile-ledger.git diff --git a/app/src/main/res/menu/new_transaction.xml b/app/src/main/res/menu/new_transaction.xml index e6e4070d..f4862d8c 100644 --- a/app/src/main/res/menu/new_transaction.xml +++ b/app/src/main/res/menu/new_transaction.xml @@ -1,6 +1,5 @@ - - + xmlns:app="http://schemas.android.com/apk/res-auto" + > + + android:id="@+id/action_simulate_crash" + android:title="@string/crash_app_label" + android:titleCondensed="@string/crash_app_condensed_label" + app:showAsAction="never" + /> - + android:id="@+id/action_simulate_save" + android:checkable="true" + android:checked="false" + android:title="@string/simulate_save_label" + android:titleCondensed="@string/simulate_save_condensed_label" + app:showAsAction="never" + /> + \ No newline at end of file