Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This Button not support Selector? #8

Open
Gperez88 opened this issue Oct 7, 2014 · 1 comment
Open

This Button not support Selector? #8

Gperez88 opened this issue Oct 7, 2014 · 1 comment

Comments

@Gperez88
Copy link

Gperez88 commented Oct 7, 2014

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>
@ok3141
Copy link

ok3141 commented Oct 7, 2014

It supports only color-selector, not drawable-selector. There is example in latest demo.

@ok3141 ok3141 changed the title This Button not Sopport Selector? This Button not support Selector? Nov 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants