diff options
author | Parménides GV <parmegv@sdf.org> | 2013-12-10 18:01:49 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-12-10 18:01:49 +0100 |
commit | fb68a8296cb909037fe809037464ff54716dee27 (patch) | |
tree | 816862d1c703c645845b1843755a549c59f17cb9 /res/menu | |
parent | b1dacaa6f0131193e04c10327a07f778a67b6d12 (diff) |
Settings button moved to overflow.
Icon resource left, just in case we need it in the future (overflow
items with icon? google?).
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/client_dashboard.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/menu/client_dashboard.xml b/res/menu/client_dashboard.xml index 2ce8b87c..d96f04ae 100644 --- a/res/menu/client_dashboard.xml +++ b/res/menu/client_dashboard.xml @@ -3,7 +3,6 @@ <item android:id="@+id/menu_settings" android:orderInCategory="100" - android:showAsAction="ifRoom" android:icon="@drawable/ic_menu_settings_holo_light" android:title="@string/menu_settings"/> <item @@ -32,4 +31,4 @@ android:visible="false"> </item> -</menu>
\ No newline at end of file +</menu> |