eurofurence / ef-app_android

Eurofurence App (Android version)
MIT License
13 stars 5 forks source link

Wrap linear layout for some reason #267

Closed lukashaertel closed 6 years ago

lukashaertel commented 6 years ago

As per https://stackoverflow.com/questions/33047445/adjust-linearlayout-height-after-dynamic-change-of-child-imageview a relative layout has to be wrapped around the linear layout. It works for some reason.

Addresses #265