expandable:el_contentLayout &expandable:el_headerLayout not there in ExpandableLayoutItem
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
Did you add "xmlns:expandable="http://schemas.android.com/apk/res-auto"" ?
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