diff options
author | Samuel Holland <samuel@sholland.org> | 2017-08-01 02:06:17 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-08-01 02:06:17 -0500 |
commit | f6c786ff82378efdbc98dd0a6cc9e7875bebebb6 (patch) | |
tree | a11094b4ab6d7b78e7eed4dc9b25f5a09ebe36a8 /app/src/main/res/menu | |
parent | 2d747aab64f36872ae3074ee4b91a4ed1e4d07e4 (diff) |
ProfileList: Remove "Add" menu action, to be replaced by a FAB
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/profile_list.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/src/main/res/menu/profile_list.xml b/app/src/main/res/menu/profile_list.xml index 38374560..96479d08 100644 --- a/app/src/main/res/menu/profile_list.xml +++ b/app/src/main/res/menu/profile_list.xml @@ -1,12 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item - android:alphabeticShortcut="n" - android:icon="@drawable/ic_action_add" - android:onClick="onMenuNewAction" - android:showAsAction="ifRoom" - android:title="@string/create" /> - <item android:alphabeticShortcut="s" android:icon="@drawable/ic_settings" android:onClick="onMenuSettings" |