Open Gperez88 opened 10 years ago
Example:
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_mediumAnimTime" > <item android:state_pressed="false" android:state_focused="true" android:drawable="@drawable/list_focused" /> <item android:state_pressed="true" android:drawable="@drawable/list_pressed" /> <item android:drawable="@android:color/transparent" /> </selector>
It supports only color-selector, not drawable-selector. There is example in latest demo.
Example: