mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-07 20:57:41 +00:00
10 lines
334 B
XML
10 lines
334 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="Widget.Progress" parent="Widget.AppCompat.ProgressBar.Horizontal">
|
|
<item name="android:indeterminate">true</item>
|
|
<item name="android:layout_width">64dp</item>
|
|
<item name="android:layout_height">wrap_content</item>
|
|
</style>
|
|
|
|
</resources> |