summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-07-09 18:13:09 +0200
committercyBerta <richy@cyborgsociety.org>2013-11-15 23:21:40 +0100
commitb6bec89fd40a24751e2371328a17ee2aad2903fe (patch)
treeb6f145c8457b71778df4856f0e72c674366f6462 /res
parentea05c4bc15c8b1e96782706340412160364ebdc9 (diff)
ProviderAPI broadcasts progress for log in process
Login progress bar advances according to the srp stages.
Diffstat (limited to 'res')
-rw-r--r--res/layout/client_dashboard.xml2
-rw-r--r--res/layout/configuration_wizard_activity.xml4
2 files changed, 1 insertions, 5 deletions
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" />
</LinearLayout>
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" />
</RelativeLayout> \ No newline at end of file