From b6bec89fd40a24751e2371328a17ee2aad2903fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 9 Jul 2013 18:13:09 +0200 Subject: ProviderAPI broadcasts progress for log in process Login progress bar advances according to the srp stages. --- res/layout/client_dashboard.xml | 2 +- res/layout/configuration_wizard_activity.xml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'res/layout') diff --git a/res/layout/client_dashboard.xml b/res/layout/client_dashboard.xml index 21008b45..2c9b0528 100644 --- a/res/layout/client_dashboard.xml +++ b/res/layout/client_dashboard.xml @@ -72,7 +72,7 @@ style="?android:attr/progressBarStyleHorizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:gravity="center" + android:max="4" android:visibility="gone" /> diff --git a/res/layout/configuration_wizard_activity.xml b/res/layout/configuration_wizard_activity.xml index ac994c59..cecdbb57 100644 --- a/res/layout/configuration_wizard_activity.xml +++ b/res/layout/configuration_wizard_activity.xml @@ -10,11 +10,7 @@ style="?android:attr/progressBarStyleHorizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:background="@android:color/transparent" android:max="3" - 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