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

14 lines
369 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="oval">
<solid android:color="#cfcfcf"/>
</shape>
</item>
<item>
<shape android:shape="oval">
<solid android:color="#b0b6bb"/>
</shape>
</item>
</layer-list>