summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-08-15 16:31:13 +0200
committercyBerta <richy@cyborgsociety.org>2013-11-15 23:21:41 +0100
commite4adb1e21f59c07e13ebb8de5dd16943a2b4430f (patch)
tree66f8ea2117214b8855235d444763b1ef4cc02dbb
parent5fb26d4c18cad06190e99879eaceef15a1aa58e0 (diff)
Holo theme for CW progress bar.
-rw-r--r--res/layout/configuration_wizard_activity.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/configuration_wizard_activity.xml b/res/layout/configuration_wizard_activity.xml
index cecdbb57..b80294ba 100644
--- a/res/layout/configuration_wizard_activity.xml
+++ b/res/layout/configuration_wizard_activity.xml
@@ -10,7 +10,6 @@
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:max="3"
- android:progressDrawable="@android:drawable/progress_horizontal" />
+ android:max="3" />
</RelativeLayout> \ No newline at end of file