公告板
版本库
filestore
活动
搜索
登录
android
/
pipIrrApp
管灌系统巡查员智能手机App
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.在地图中心显示中心点。 2.优化地图覆盖物显示,使显示的图标正对坐标。 3.优化地图覆盖物文字居中显示。
zuoxiao
2024-12-17
2fb397e4a31d14880ed2524f898ae67a0d664c06
[android/pipIrrApp.git]
/
app
/
src
/
main
/
res
/
drawable
/
radio_select.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/radio_select_off" android:state_checked="false" />
<item android:drawable="@drawable/radio_select_on" android:state_checked="true" />
</selector>