mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-21 02:15:55 +08:00
添加安卓端基本功能
This commit is contained in:
9
android/app/src/main/res/drawable/icon_checkbox.xml
Normal file
9
android/app/src/main/res/drawable/icon_checkbox.xml
Normal 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>
|
||||
Reference in New Issue
Block a user