公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
坐标
yy1717
2024-02-28
27fc91fbe8f88b6885356e68828cfe1ce1db7601
[~yy/smart_train.git]
/
app
/
src
/
main
/
res
/
drawable
/
btn_item_collect_bg.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_pressed="true" android:drawable="@drawable/bg_item_select"></item>
<item android:drawable="@drawable/btn_exam_item_bg"></item>
</selector>