[进站添加禁用标识]
This commit is contained in:
yangyakun
2024-05-23 11:00:42 +08:00
parent 1a2b632825
commit 19be823306
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -4,5 +4,6 @@
<item android:drawable="@drawable/common_arrive_station_press" android:state_focused="false" android:state_pressed="true" />
<item android:drawable="@drawable/common_arrive_station_press" android:state_selected="true" />
<item android:drawable="@drawable/common_arrive_station_press" android:state_focused="true" />
<item android:drawable="@drawable/common_arrive_station_unenabled" android:state_enabled="false" />
<item android:drawable="@drawable/common_arrive_station_normal" />
</selector>