公告板
版本库
filestore
活动
搜索
登录
温居城
/
HDLPhotovoltaicDebugAPP
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2025年07月18日15:33:42
wjc
1 天以前
ba786e9c8a2fc2e2288742c2d72f768c5e8e0c06
[~wjc/HDLPhotovoltaicDebugAPP.git]
/
app
/
src
/
main
/
res
/
drawable
/
yesandnocheck.xml
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/checked" android:state_enabled="true" />
<item android:drawable="@drawable/unchecked_btn" android:state_enabled="false" />
</selector>