summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
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 /AndroidManifest.xml
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 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8f51729a..4ac3ad58 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -152,7 +152,8 @@
</activity>
<activity
android:name="se.leap.leapclient.ConfigurationWizard"
- android:label="@string/title_activity_configuration_wizard" >
+ android:label="@string/title_activity_configuration_wizard"
+ android:uiOptions="splitActionBarWhenNarrow" >
</activity>
<service android:name=".EIP" android:exported="false">