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/configuration_wizard_activity.xml | 4 ---- 1 file changed, 4 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 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