You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like there is an issue with nested expandable layouts. I have two ExpandableLinearLayout. One ExpandableLinearLayout nested into RelativeLayout and nested into another ExpandableLinearLayout with vertical orientation. I also have buttons to control layouts expanding/collapsing. Here is markup:
Seems like there is an issue with nested expandable layouts. I have two
ExpandableLinearLayout
. OneExpandableLinearLayout
nested intoRelativeLayout
and nested into anotherExpandableLinearLayout
with vertical orientation. I also have buttons to control layouts expanding/collapsing. Here is markup:So, the problem in nested
ExpandableLinearLayout
. When I try to expand/collapse it nothing happens. I've created demo project.It's a critical issue for me. Any ideas it can be resolved?
The text was updated successfully, but these errors were encountered: