jimu-decompiled/resources/res/drawable/user_center_progressbar.xml
2025-05-13 19:24:51 +02:00

18 lines
629 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>
<corners android:radius="@dimen/user_center_progressbar_radius"/>
<solid android:color="#995b7182"/>
</shape>
</item>
<item android:id="@android:id/progress">
<scale android:scaleWidth="98%">
<shape>
<corners android:radius="@dimen/user_center_progressbar_radius"/>
<solid android:color="#00e2e6"/>
</shape>
</scale>
</item>
</layer-list>