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
Affected Device(s) Samsung Galaxy s9+ with Android 10.0
Describe the Bug:
The layout does not work as expected when programmatically changing its visibility. When you set the layout GONE and after an event visible again , the sizing format is completely lost.
The second expandable layout was first set gone. After a click event it was set visible. The content of the second layout is missing (when it should not be gone) and the header format lost.
Expandable layout working properly when not changing visibility:
Expected Behavior:
Visibility working as expected.
Thanks in advance!
Cheers,
Nacho
P.S. I have wrapped the expandable layouts within a LinearLayout, because is the only way of making them invisible without losing the format. However, if you set the LinearLayout visibility to GONE, the format is lost anyway.
The text was updated successfully, but these errors were encountered:
Please complete the following information:
Describe the Bug:
The layout does not work as expected when programmatically changing its visibility. When you set the layout GONE and after an event visible again , the sizing format is completely lost.
Find here the xmls:
Main layout:
parentLayout:
secondLayout:
Find attached some screenshots:
Expected Behavior:
Visibility working as expected.
Thanks in advance!
Cheers,
Nacho
P.S. I have wrapped the expandable layouts within a LinearLayout, because is the only way of making them invisible without losing the format. However, if you set the LinearLayout visibility to GONE, the format is lost anyway.
The text was updated successfully, but these errors were encountered: