公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
驾考添加日志打印到文件; TrainFragment默认给arcgis url赋值,后面arcgis map用到的url的是mmpk文件
Admin
2021-03-15
95b1eabebe92ebc69f506f3599a5090604e440bb
[~yy/smart_train.git]
/
app
/
src
/
main
/
res
/
drawable
/
radiobutton_selector.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:state_checked="true" android:drawable="@drawable/ic_select_yes" android:state_enabled="true"/>
<item android:state_checked="false" android:drawable="@drawable/ic_select_no" android:state_enabled="false"/>
</selector>