cursive icon indicating copy to clipboard operation
cursive copied to clipboard

No way to spread views so they fit another view

Open acz2022 opened this issue 2 years ago • 2 comments

Hi, is there a way to have number of items in row spread evenly so they cover other view from begin to the end, not just part of it? Please see the screenshot, I'm talking about the bottom panel, where there is the red button selected. How to make it so the row of buttons covers the entire view it is on, not just the part? Thank you

Link to the screenshot: https://postimg.cc/zV7ffXK0

acz2022 avatar Mar 18 '22 16:03 acz2022

Hi, and thanks for the report!

One way to do that is to add "padding" views. You can use DummyView for that. You give each dummy view full width; the linear layout should share all available space between these.

gyscos avatar May 06 '22 17:05 gyscos

Hi, Thank you for your reply. That helped!

acz2022 avatar May 21 '22 11:05 acz2022