From ea05c4bc15c8b1e96782706340412160364ebdc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 9 Jul 2013 17:35:59 +0200 Subject: Dashboard progressbar lives below the status line. I've renamed configuration wizard progressbar, because both had the same name and that provoked a conflict. --- res/layout/configuration_wizard_activity.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'res/layout/configuration_wizard_activity.xml') diff --git a/res/layout/configuration_wizard_activity.xml b/res/layout/configuration_wizard_activity.xml index 4bc4a8e1..ac994c59 100644 --- a/res/layout/configuration_wizard_activity.xml +++ b/res/layout/configuration_wizard_activity.xml @@ -6,14 +6,15 @@ tools:context=".ConfigurationWizard" > + android:maxHeight="10dip" + android:minHeight="10dip" + android:progress="0" + android:progressDrawable="@android:drawable/progress_horizontal" /> \ No newline at end of file -- cgit v1.2.3