home.social

#layouts — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #layouts, aggregated by home.social.

fetched live
  1. I wonder how to handle a chain of components when doing layouts in Android. ConstaintLayout works fine, but when there's a chain of components that are next to each other it all breaks when one component is hidden. There will either be a hole or a broken layout as the component next to the hidden one now is constrained to a non existing or hidden buddy. Based on some googling this seems to be a bug in the layout system.

    #android #layouts #hole