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
I have tried hard and seen many helps over issues and web but didnt found solution.
i'm using compile 'com.github.traex.expandablelayout:library:1.3
The text was updated successfully, but these errors were encountered:
Did you add "xmlns:expandable="http://schemas.android.com/apk/res-auto"" ?
Sorry, something went wrong.
i meet the same problem.
Just replace "xmlns:expandable="http://schemas.android.com/apk/res-auto" WITH "xmlns:expandable="http://schemas.android.com/apk/com.andexert.expandablelayout.library"
replacing with "xmlns:expandable="http://schemas.android.com/apk/com.andexert.expandablelayout.library" didn't work for me. :(
WITH "xmlns:expandable="http://schemas.android.com/apk/com.andexert.expandablelayout.library"
thank you,it‘s work
No branches or pull requests
I have tried hard and seen many helps over issues and web but didnt found solution.
i'm using
compile 'com.github.traex.expandablelayout:library:1.3
The text was updated successfully, but these errors were encountered: