| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <selector xmlns:android="http://schemas.android.com/apk/res/android"> |
| | | <!-- <!– 按压状态 –>--> |
| | | <!-- <item android:drawable="@drawable/ic_function_selected" android:state_checked="true" />--> |
| | | <!-- 按压状态 --> |
| | | <item android:drawable="@drawable/ic_function_selected" android:state_checked="true" /> |
| | | |
| | | <!-- <!– 默认状态 –>--> |
| | | <!-- <item android:drawable="@drawable/ic_function_default" />--> |
| | | <!-- 默认状态 --> |
| | | <item android:drawable="@drawable/ic_function_default" /> |
| | | </selector> |