diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/configuration_wizard_activity.xml | 3 |
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 |