Weather/res/drawable/layer_pd.xml
2021-05-10 10:13:34 +02:00

13 lines
494 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background">
<shape android:shape="rectangle">
<corners android:radius="10.0dip" />
<solid android:color="#ffeeeeee" />
</shape>
</item>
<item android:id="@android:id/progress">
<scale android:drawable="@drawable/custom_progress_primary" android:scaleWidth="98%" />
</item>
</layer-list>