summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-08-01 10:35:35 +0200
committerParménides GV <parmegv@sdf.org>2013-10-04 10:39:13 +0200
commit661ecd222336fe939d0af095e2f489b6c363d6bc (patch)
tree502be0acb1734f93adc8ac816766e31b44544495 /res/menu
parentaa8b01b7a4330447497fdcc926e73cd3bf9394ad (diff)
ConfigurationWizard uses action instead of button.
New provider button has been converted to an action item, shown at the bottom of the screen.
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/configuration_wizard_activity.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/menu/configuration_wizard_activity.xml b/res/menu/configuration_wizard_activity.xml
index 9e441a18..9936b6dc 100644
--- a/res/menu/configuration_wizard_activity.xml
+++ b/res/menu/configuration_wizard_activity.xml
@@ -5,4 +5,11 @@
android:orderInCategory="110"
android:title="@string/about"/>
+ <item
+ android:id="@+id/new_provider"
+ android:orderInCategory="210"
+ android:title="@string/new_provider_button"
+ android:showAsAction="ifRoom|withText"
+ android:icon="@drawable/ic_menu_add"
+ />
</menu> \ No newline at end of file