summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/client_dashboard.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-05-09 09:17:56 +0200
committerParménides GV <parmegv@sdf.org>2014-05-09 09:17:56 +0200
commit912dd84dddc48790063d76beee76d8d73c1eaf4e (patch)
treeafd1d263489d952a2ac0bf9e2690779010ca558e /app/src/main/res/menu/client_dashboard.xml
parentd4caf8f35fc9dd43d370439e8f6b6727909b15b9 (diff)
parentde649fdd31f2d673de8eca9684ff5c66fbd53ef3 (diff)
Merge branch 'feature/signup-support-#5586' into 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>