version:6.1
fix: update:增加控制窗口
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="@dimen/dp_14"
|
||||
android:height="@dimen/dp_14" />
|
||||
|
||||
<solid android:color="#0480ff" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user