From 8353a1b5b8bdce34121bbe7622ea6ca49033fbf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 1 Aug 2013 10:41:48 +0200 Subject: 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. --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4ac3ad58..5d2441e2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -143,7 +143,8 @@ + android:label="@string/title_activity_dashboard" + android:uiOptions="splitActionBarWhenNarrow" > -- cgit v1.2.3