ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

expand issue

Open pals-ric opened this issue 6 years ago • 6 comments

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.

pals-ric avatar Jun 21 '18 06:06 pals-ric

Hi, I'm having the same issue

andreikeda avatar Jun 26 '18 18:06 andreikeda

changing linear layout to relative layout solved my issue .. u can try this ....

pals-ric avatar Jun 28 '18 05:06 pals-ric

hi, I am using this library and if I expand layout in recyclerview then automatically collapse, have you solution for this problem?

subodh93 avatar Sep 15 '18 15:09 subodh93

try to replace linear layout to relative layout in recyclerview item that might help you.

pals-ric avatar Sep 17 '18 06:09 pals-ric

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.

MedjadderAymen avatar Dec 03 '18 00:12 MedjadderAymen

My workaround was be to programmatically call expandView.collapse(); when opening your Activity/Fragment. Hope that helps.

AnixPasBesoin avatar Jun 11 '19 19:06 AnixPasBesoin