ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

expandable:el_contentLayout &expandable:el_headerLayout not there in ExpandableLayoutItem

Open Mayur-007 opened this issue 9 years ago • 5 comments

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

Mayur-007 avatar Jun 09 '16 02:06 Mayur-007

Did you add "xmlns:expandable="http://schemas.android.com/apk/res-auto"" ?

Cocosnake avatar Jul 19 '16 07:07 Cocosnake

i meet the same problem.

showdy avatar Sep 14 '16 08:09 showdy

Just replace "xmlns:expandable="http://schemas.android.com/apk/res-auto" WITH "xmlns:expandable="http://schemas.android.com/apk/com.andexert.expandablelayout.library"

mcalooosh avatar Dec 30 '16 14:12 mcalooosh

replacing with "xmlns:expandable="http://schemas.android.com/apk/com.andexert.expandablelayout.library" didn't work for me. :(

biswajit123 avatar Jan 05 '17 13:01 biswajit123

WITH "xmlns:expandable="http://schemas.android.com/apk/com.andexert.expandablelayout.library"

thank you,it‘s work

fxslltfxl avatar Nov 15 '17 07:11 fxslltfxl