diff options
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> |