mirror of
https://github.com/FatttSnake/TextCut.git
synced 2026-04-05 22:41:24 +08:00
一切的开始
This commit is contained in:
12
app/src/main/res/drawable/button_round_shape.xml
Normal file
12
app/src/main/res/drawable/button_round_shape.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user