From 4256f21a0a27032fd37bdf9b428009da5b7ba27a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 4 Jul 2013 21:44:16 +0200 Subject: Added a progressbar to ConfigurationWizard. It resizes the provider list, pushing it down to show the progressbar up, and back to the original layout after the operation. --- res/layout/configuration_wizard_activity.xml | 11 +++++++++++ res/layout/provider_list_fragment.xml | 12 ++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) (limited to 'res/layout') diff --git a/res/layout/configuration_wizard_activity.xml b/res/layout/configuration_wizard_activity.xml index 264ccf98..4bc4a8e1 100644 --- a/res/layout/configuration_wizard_activity.xml +++ b/res/layout/configuration_wizard_activity.xml @@ -5,4 +5,15 @@ android:layout_height="match_parent" tools:context=".ConfigurationWizard" > + + \ No newline at end of file diff --git a/res/layout/provider_list_fragment.xml b/res/layout/provider_list_fragment.xml index 5a6770c8..70dbae0d 100644 --- a/res/layout/provider_list_fragment.xml +++ b/res/layout/provider_list_fragment.xml @@ -1,9 +1,9 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + android:paddingLeft="8dp" + android:paddingRight="8dp" > - + -- cgit v1.2.3