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/client_dashboard.xml | 14 ++++++++++++-- res/layout/configuration_wizard_activity.xml | 11 ++++++----- 2 files changed, 18 insertions(+), 7 deletions(-) (limited to 'res') diff --git a/res/layout/client_dashboard.xml b/res/layout/client_dashboard.xml index 9f05cfbc..21008b45 100644 --- a/res/layout/client_dashboard.xml +++ b/res/layout/client_dashboard.xml @@ -11,7 +11,7 @@ android:layout_width="match_parent" android:layout_height="40dp" android:background="?android:attr/selectableItemBackground" > - + + android:orientation="vertical" > + + + + \ No newline at end of file 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