summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <richy@cyborgsociety.org>2013-12-05 02:22:44 +0100
committercyBerta <richy@cyborgsociety.org>2013-12-05 02:22:44 +0100
commitff4d4fde206a405064e48f49edcc7ce46ca68fab (patch)
tree275f9911bc884fe090ba9747dfe7cb84e6b8073f
parent8833649c3468fce9cc40a0e94371049093c5dd7d (diff)
Turn the login icon into simple text (Bug #4659)
-rw-r--r--res/menu/client_dashboard.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/menu/client_dashboard.xml b/res/menu/client_dashboard.xml
index 2ce8b87c..8f4a7ba8 100644
--- a/res/menu/client_dashboard.xml
+++ b/res/menu/client_dashboard.xml
@@ -17,11 +17,10 @@
<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/login_button"
android:showAsAction="ifRoom"
- android:icon="@drawable/ic_menu_login"
android:title="@string/login_button"
android:visible="false">
</item>