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

wrong selector from xml drawables #5

Open
tomas-vondracek opened this issue Jan 2, 2014 · 2 comments
Open

wrong selector from xml drawables #5

tomas-vondracek opened this issue Jan 2, 2014 · 2 comments

Comments

@tomas-vondracek
Copy link
Member

selector generated from xml drawables (like shape) is invalid, because drawable names end with .xml

<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/bg_day_normal.xml" android:state_selected="false"/>
    <item android:drawable="@drawable/bg_day_selected.xml" android:state_selected="true"/>
</selector>
@Mybrc91
Copy link

Mybrc91 commented Nov 17, 2015

I have fix the bug.Download the plugin from here.

@liyanli2015nature
Copy link

I use the method of upstairs to solve the problem;thanks

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

3 participants