mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
14 lines
No EOL
554 B
XML
14 lines
No EOL
554 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:fromDegrees="270"
|
|
android:toDegrees="270">
|
|
<shape
|
|
android:innerRadiusRatio="50"
|
|
android:shape="ring"
|
|
android:innerRadius="0dp"
|
|
android:thicknessRatio="2.65"
|
|
android:useLevel="true"><!-- this line fixes the issue for lollipop api 21 -->
|
|
<solid android:color="?attr/download_fill_color" tools:color="#FFF" />
|
|
</shape>
|
|
</rotate> |