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

11 lines
316 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="ring"
android:useLevel="false"
android:innerRadius="45dp"
android:thickness="@dimen/dp2">
<stroke
android:width="@dimen/dp2"
android:color="#009ca6"/>
</shape>