diff options
Diffstat (limited to 'app/src/main/res/menu/profile_detail.xml')
-rw-r--r-- | app/src/main/res/menu/profile_detail.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/src/main/res/menu/profile_detail.xml b/app/src/main/res/menu/profile_detail.xml deleted file mode 100644 index c00c1603..00000000 --- a/app/src/main/res/menu/profile_detail.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?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:showAsAction="always" - android:title="@string/edit" /> -</menu> |