公告板
版本库
filestore
活动
搜索
登录
android
/
pipIrrApp
管灌系统巡查员智能手机App
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.修复分水房点击屏幕不变蓝bug。 2.处理工单添加处理时间弹窗。
zuoxiao
2025-01-23
b6f46408cb3dc8b01051953e5c68de6c9195db60
[android/pipIrrApp.git]
/
app
/
src
/
main
/
res
/
drawable
/
textview_select_bg.xml
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Pressed state -->
<item android:drawable="@color/text_on" android:state_pressed="true" />
<!-- Default state -->
<item android:drawable="@android:color/white" />
</selector>