diff options
author | Parménides GV <parmegv@sdf.org> | 2014-05-15 12:34:34 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-05-15 12:34:34 +0200 |
commit | 9f6cfff38ae87922adc022300e1e2fd1c0d4c3e4 (patch) | |
tree | 43dbe268228df0638d978263e76f64b1b21f518a /app/src/main/res/menu | |
parent | dec816eecc8375d9f031a4b59753302e8ab9b16c (diff) | |
parent | cfe67bfd8260253ce9288225b9e26f666d27133f (diff) |
Merge branch 'develop'
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/client_dashboard.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app/src/main/res/menu/client_dashboard.xml b/app/src/main/res/menu/client_dashboard.xml index 676c07c7..663231cd 100644 --- a/app/src/main/res/menu/client_dashboard.xml +++ b/app/src/main/res/menu/client_dashboard.xml @@ -6,18 +6,20 @@ <item android:id="@+id/switch_provider" android:orderInCategory="501" - android:title="@string/switch_provider_menu_option"/> + android:title="@string/switch_provider_menu_option"/> + <item + android:id="@+id/signup_button" + android:title="@string/signup_button" + android:visible="false"/> <item android:id="@+id/login_button" android:showAsAction="ifRoom" android:title="@string/login_button" - android:visible="false"> - </item> + android:visible="false"/> <item android:id="@+id/logout_button" android:showAsAction="ifRoom" android:title="@string/logout_button" - android:visible="false"> - </item> + android:visible="false"/> </menu> |