ExpandableLayout
ExpandableLayout copied to clipboard
expand issue
hi i am using this library in my application .i want expanded linear layout close initially , i want linear layout open after clicking to this layout. for some devices its closed initially but for some devices its open . if anyone has some solutions please suggest.
Hi, I'm having the same issue
changing linear layout to relative layout solved my issue .. u can try this ....
hi, I am using this library and if I expand layout in recyclerview then automatically collapse, have you solution for this problem?
try to replace linear layout to relative layout in recyclerview item that might help you.
Just found the version 1.6.0 creating issue with "setExpanded"(java) and "ael_expanded"(xml), it wont work with Nougat 7.0 in the initial time when I change version 1.6.0 to 1.4.0 it work perfectly.
My workaround was be to programmatically call expandView.collapse();
when opening your Activity/Fragment
. Hope that helps.