X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fmenu%2Fnew_transaction.xml;h=15fe57b0528d39ce2ba190892be3530204791619;hb=2e887ef85ee3a367f252f2ac1efd21d1309fb1fd;hp=7785b0aa0a6ea9a85f7aee2fd311c69d671ceca3;hpb=d14c9946abbf6c40bea827882a356e894bbd390b;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 7785b0aa..15fe57b0 100644 --- a/app/src/main/res/menu/new_transaction.xml +++ b/app/src/main/res/menu/new_transaction.xml @@ -1,19 +1,39 @@ - - + + + + + android:id="@+id/action_simulate_crash" + android:onClick="simulateCrash" + android:title="@string/crash_app_label" + android:titleCondensed="@string/crash_app_condensed_label" + app:showAsAction="never" + /> - \ No newline at end of file + android:id="@+id/action_simulate_save" + android:checkable="true" + android:checked="false" + android:onClick="toggleSimulateSave" + android:title="@string/simulate_save_label" + android:titleCondensed="@string/simulate_save_condensed_label" + app:showAsAction="never" + /> + + \ No newline at end of file