summaryrefslogtreecommitdiff
path: root/res/layout/configuration_wizard_activity.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-07-09 17:35:59 +0200
committercyBerta <richy@cyborgsociety.org>2013-11-15 23:14:47 +0100
commitea05c4bc15c8b1e96782706340412160364ebdc9 (patch)
treed5cadfd0a2c5ee413c3465ba98d84abfabfe963f /res/layout/configuration_wizard_activity.xml
parent60e56246f95adca94e9dce02e193e5217e372d5a (diff)
Dashboard progressbar lives below the status line.
I've renamed configuration wizard progressbar, because both had the same name and that provoked a conflict.
Diffstat (limited to 'res/layout/configuration_wizard_activity.xml')
-rw-r--r--res/layout/configuration_wizard_activity.xml11
1 files changed, 6 insertions, 5 deletions
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" >
<ProgressBar
- android:id="@+id/progressbar"
+ android:id="@+id/progressbar_configuration_wizard"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
+ android:background="@android:color/transparent"
android:max="3"
- android:maxHeight="20dip"
- android:minHeight="20dip"
- android:progress="0"
- android:background="@android:color/transparent"/>
+ android:maxHeight="10dip"
+ android:minHeight="10dip"
+ android:progress="0"
+ android:progressDrawable="@android:drawable/progress_horizontal" />
</RelativeLayout> \ No newline at end of file