mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 02:25:28 +00:00
Fixed incorrect indeterminate progressbar color
This commit is contained in:
parent
6c84574366
commit
a12eb3fc6f
11
app/src/main/res/values-v21/styles_md2_impl.xml
Normal file
11
app/src/main/res/values-v21/styles_md2_impl.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user