6.5.0 - 新增 opencc 模块; 修复编辑器问题; 优化打包应用功能及文件管理器
This commit is contained in:
12
app/src/main/res/drawable/round_checkbox_disabled.xml
Normal file
12
app/src/main/res/drawable/round_checkbox_disabled.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">
|
||||
<corners android:radius="1dp" />
|
||||
<stroke
|
||||
android:dashGap="2.3dp"
|
||||
android:dashWidth="3dp"
|
||||
android:width="1.2dp"
|
||||
android:color="@color/text_color_primary_alpha_70" />
|
||||
<size
|
||||
android:width="30dp"
|
||||
android:height="30dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user