mirror of
https://github.com/FatttSnake/TextCut.git
synced 2026-04-05 04:51:25 +08:00
12 lines
362 B
XML
12 lines
362 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval"
|
|
android:useLevel="false">
|
|
<solid android:color="@color/mainColor" />
|
|
<stroke
|
|
android:width="1dp"
|
|
android:color="#FFFFFF" />
|
|
<size
|
|
android:width="64dp"
|
|
android:height="64dp" />
|
|
</shape> |