We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
I have fix the bug.Download the plugin from here.
Sorry, something went wrong.
I use the method of upstairs to solve the problem;thanks
No branches or pull requests
selector generated from xml drawables (like shape) is invalid, because drawable names end with .xml
The text was updated successfully, but these errors were encountered: