diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-01-27 15:45:31 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-01-27 15:45:50 +0100 |
commit | dce424376f0df3e935ed610e292b2a4f6d5f9c2a (patch) | |
tree | 4e60fa88c9b233b9d4b88a92934773c4334f9a1b /src/main/res | |
parent | 6286dd6e112a94f6bc975008ea62d38833aec625 (diff) |
show context menu when long pressing own account picture
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/menu/account_context.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/res/menu/account_context.xml b/src/main/res/menu/account_context.xml new file mode 100644 index 000000000..4e591f1eb --- /dev/null +++ b/src/main/res/menu/account_context.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> +<item + android:id="@+id/action_account_details" + android:title="@string/account_details" /> +<item + android:id="@+id/action_show_qr_code" + android:title="@string/show_qr_code" /> +</menu>
\ No newline at end of file |