summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-08-01 10:41:48 +0200
committerParménides GV <parmegv@sdf.org>2013-10-04 10:39:13 +0200
commit8353a1b5b8bdce34121bbe7622ea6ca49033fbf5 (patch)
tree2dd7a8b9e060a224a03856d43154b92a1e4413b6
parent661ecd222336fe939d0af095e2f489b6c363d6bc (diff)
Dashboard action bar to the bottom of the screen.
If in Configuration Wizard we locate the action bar at the bottom of the screen, we should remain consistent and do the same in Dashboard.
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4ac3ad58..5d2441e2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -143,7 +143,8 @@
<activity
android:name="se.leap.leapclient.Dashboard"
- android:label="@string/title_activity_dashboard" >
+ android:label="@string/title_activity_dashboard"
+ android:uiOptions="splitActionBarWhenNarrow" >
<intent-filter android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />