summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/client_dashboard.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-05-15 12:34:34 +0200
committerParménides GV <parmegv@sdf.org>2014-05-15 12:34:34 +0200
commit9f6cfff38ae87922adc022300e1e2fd1c0d4c3e4 (patch)
tree43dbe268228df0638d978263e76f64b1b21f518a /app/src/main/res/menu/client_dashboard.xml
parentdec816eecc8375d9f031a4b59753302e8ab9b16c (diff)
parentcfe67bfd8260253ce9288225b9e26f666d27133f (diff)
Merge branch 'develop'
Diffstat (limited to 'app/src/main/res/menu/client_dashboard.xml')
-rw-r--r--app/src/main/res/menu/client_dashboard.xml12
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>