优化快捷控制

This commit is contained in:
2022-11-04 20:36:27 +08:00
parent 418ccdee18
commit 1fdc7ba314
50 changed files with 2398 additions and 1159 deletions

View 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>