Fixed incorrect indeterminate progressbar color

This commit is contained in:
Viktor De Pasquale 2019-11-11 17:59:09 +01:00
parent 6c84574366
commit a12eb3fc6f

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="WidgetFoundation.ProgressBar.Indeterminate" parent="Widget.AppCompat.ProgressBar.Horizontal">
<item name="android:indeterminate">true</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_width">100dp</item>
<item name="android:indeterminateTint">?colorPrimary</item>
</style>
</resources>