diff options
author | Parménides GV <parmegv@sdf.org> | 2013-08-01 10:35:35 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-10-04 10:39:13 +0200 |
commit | 661ecd222336fe939d0af095e2f489b6c363d6bc (patch) | |
tree | 502be0acb1734f93adc8ac816766e31b44544495 /res/menu | |
parent | aa8b01b7a4330447497fdcc926e73cd3bf9394ad (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.xml | 7 |
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 |