mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
18 lines
No EOL
606 B
XML
18 lines
No EOL
606 B
XML
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:id="@android:id/background">
|
|
<shape>
|
|
<corners android:radius="8dp"/>
|
|
<solid android:color="@color/darkBarTransparent"/>
|
|
</shape>
|
|
</item>
|
|
|
|
<item android:id="@android:id/progress">
|
|
<scale android:scaleGravity="bottom" android:scaleWidth="0%" android:scaleHeight="100%">
|
|
<shape>
|
|
<solid android:color="?attr/colorPrimary"/>
|
|
<corners android:radius="3dp"/>
|
|
</shape>
|
|
</scale>
|
|
</item>
|
|
</layer-list> |