|
@@ -14,8 +14,8 @@
|
|
|
<ProgressBar android:id="@+id/status_progress"
|
|
|
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
|
|
android:layout_below="@id/status_text"
|
|
|
- android:indeterminate="false" android:indeterminateOnly="false"
|
|
|
- style="?android:attr/progressBarStyleHorizontal"/>
|
|
|
+ android:progressDrawable="@android:drawable/progress_horizontal"
|
|
|
+ android:indeterminate="false" android:indeterminateOnly="false" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|