mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-29 12:09:50 +08:00
9 lines
272 B
XML
9 lines
272 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="ring"
|
|
android:innerRadiusRatio="3"
|
|
android:thicknessRatio="8"
|
|
android:useLevel="false">
|
|
<solid android:color="#00000000"/>
|
|
</shape>
|