diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-11-03 22:47:07 +0100 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-11-03 22:47:07 +0100 |
commit | d458919c8f3e9ff968ed2df3b3492a07794aa477 (patch) | |
tree | 4e3cc9d73b6ace3afe11e68c661ba11ee75328a3 /src/main/res/menu/editaccount.xml | |
parent | 4614ff343eda9d15eae01493be833d6c0be05d7a (diff) |
unfinishd qr code implemenation. thanks to @emdete
Diffstat (limited to 'src/main/res/menu/editaccount.xml')
-rw-r--r-- | src/main/res/menu/editaccount.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/menu/editaccount.xml b/src/main/res/menu/editaccount.xml new file mode 100644 index 00000000..2301caf0 --- /dev/null +++ b/src/main/res/menu/editaccount.xml @@ -0,0 +1,8 @@ +<menu xmlns:android="http://schemas.android.com/apk/res/android"> + + <item + android:id="@+id/action_show_qr_code" + android:title="@string/show_qr_code" + android:showAsAction="never" /> + +</menu>
\ No newline at end of file |