公告板
版本库
filestore
活动
搜索
登录
Android
/
alarm
安卓报警系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
a
554325746@qq.com
2019-07-15
e6a8bdd23d6f5cb46ac650285829573280edcdf6
[Android/alarm.git]
/
app
/
src
/
main
/
res
/
drawable
/
check_box_selector.xml
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/checkbox_on_background" android:state_checked="true" />
<item android:drawable="@drawable/checkbox_off_background" />
</selector>