添加安卓端基本功能

This commit is contained in:
kerwincui
2021-05-19 15:46:10 +08:00
parent 6ae09fc6dc
commit a7c6f99c6f
260 changed files with 16889 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- 单选类型的对话框的单选Drawable -->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_checked" android:state_selected="true"/>
<item android:drawable="@drawable/ic_checked" android:state_checked="true"/>
<item android:drawable="@drawable/ic_check_normal"/>
</selector>