Don't use inverse style for progress bars. #286

This commit is contained in:
akwizgran
2016-04-15 14:37:51 +01:00
parent 0f9338f5e9
commit 98b6b1f471
5 changed files with 4 additions and 6 deletions

View File

@@ -36,7 +36,7 @@
<ProgressBar
android:id="@+id/progress_bar"
style="?android:attr/progressBarStyleLargeInverse"
style="?android:attr/progressBarStyleLarge"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"/>
@@ -54,4 +54,5 @@
</RelativeLayout>
</FrameLayout>
</LinearLayout>