优化快捷控制
This commit is contained in:
10
app/src/main/res/drawable/shape_thumb_icon.xml
Normal file
10
app/src/main/res/drawable/shape_thumb_icon.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<size
|
||||
android:width="30dp"
|
||||
android:height="30dp" />
|
||||
|
||||
<solid android:color="@android:color/holo_blue_light" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user