codelab-constraint-layout
codelab-constraint-layout copied to clipboard
2.0.0-beta2 constraint layout height issue after coming from background
I've got a constraint layout with height 'wrap_content'. I hide and show elements inside of it (using VISIBLE/GONE visibility). Everything works fine (the height of the layout gets adjusted) until I move the app to the background and come back. After this, the height of the layout doesn't get updated.