diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-04-19 21:02:42 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-04-19 21:02:42 +0200 |
commit | 9ee99fc2266be570b259a1774edbc2756e2803b1 (patch) | |
tree | 2964f2e2f841eb8e06c1fdd0d17e373ede236d46 /app/src/main/res/menu | |
parent | 771d8a9415831b5d6fe9cebf574fbf7e5eacd373 (diff) |
use a FAB to add passwords
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/main_menu.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/res/menu/main_menu.xml b/app/src/main/res/menu/main_menu.xml index 6f391460..af6a84c7 100644 --- a/app/src/main/res/menu/main_menu.xml +++ b/app/src/main/res/menu/main_menu.xml @@ -9,11 +9,6 @@ pwstore:showAsAction="ifRoom|collapseActionView" pwstore:actionViewClass="android.support.v7.widget.SearchView" /> - <item android:id="@+id/menu_add_password" - android:icon="@drawable/ic_action_new" - pwstore:showAsAction="ifRoom" - android:title="New password"/> - <!--<item android:id="@+id/menu_add_category"--> <!--android:title="New category"/>--> |