[charter]
[去掉state_focused状态]
This commit is contained in:
yangyakun
2023-10-11 15:43:35 +08:00
parent 4e275879ed
commit 5fcd44f139
6 changed files with 0 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/charter_brake_stop" android:state_pressed="true" />
<item android:drawable="@drawable/charter_brake_stop" android:state_focused="true" />
<item android:drawable="@drawable/charter_brake_stop_un" />
</selector>

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/charter_close_door_selected" android:state_pressed="true" />
<item android:drawable="@drawable/charter_close_door_selected" android:state_focused="true" />
<item android:drawable="@drawable/charter_close_door_normal" />
</selector>

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/charter_moderate" android:state_pressed="true" />
<item android:drawable="@drawable/charter_moderate" android:state_focused="true" />
<item android:drawable="@drawable/charter_moderate_un" />
</selector>

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/charter_open_door_selected" android:state_pressed="true" />
<item android:drawable="@drawable/charter_open_door_selected" android:state_focused="true" />
<item android:drawable="@drawable/charter_open_door_normal" />
</selector>

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/charter_reset" android:state_pressed="true" />
<item android:drawable="@drawable/charter_reset" android:state_focused="true" />
<item android:drawable="@drawable/charter_reset_un" />
</selector>

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/charter_whistle" android:state_pressed="true" />
<item android:drawable="@drawable/charter_whistle" android:state_focused="true" />
<item android:drawable="@drawable/charter_whistle_un" />
</selector>