Library Version v1.0.6
The layout set as secondLayout is not displayed entirely. It has android:layout_height="match_parent" but the ExpandableLayout doesn't take in the full size of the layout file.
I'd expect to have the second layout fully displayed. The ExpandableLayout should take the added height of it's parent and second layout when expanded. Right now I see it's a fixed size and I have to include a ScrollView as a workaround
Library Version v1.0.6
The layout set as
secondLayoutis not displayed entirely. It hasandroid:layout_height="match_parent"but theExpandableLayoutdoesn't take in the full size of the layout file.I'd expect to have the second layout fully displayed. The
ExpandableLayoutshould take the addedheightof it's parent and second layout when expanded. Right now I see it's a fixed size and I have to include aScrollViewas a workaround