diff options
author | Samuel Holland <samuel@sholland.org> | 2017-08-10 01:04:46 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-08-10 01:04:46 -0500 |
commit | 87d3200b29d43ec5ee93de18d016c483cb3cb239 (patch) | |
tree | bfbf77f55083ffd8ee5771ae73bce7c77f38aed5 /app/src/main/res/menu/profile_detail.xml | |
parent | d6d6f3408860d4f3abba07b4c749d215edbf7cb7 (diff) |
ProfileActivity: Do menus correctly
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/menu/profile_detail.xml')
-rw-r--r-- | app/src/main/res/menu/profile_detail.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/menu/profile_detail.xml b/app/src/main/res/menu/profile_detail.xml index 499adcdb..c00c1603 100644 --- a/app/src/main/res/menu/profile_detail.xml +++ b/app/src/main/res/menu/profile_detail.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item + android:id="@+id/menu_action_edit" android:alphabeticShortcut="e" android:icon="@drawable/ic_action_edit" - android:onClick="onMenuEdit" android:showAsAction="always" android:title="@string/edit" /> </menu> |