Home > OS >  Scale Imagebuttons to fit width
Scale Imagebuttons to fit width

Time:04-27

I have a Scrollview with a ConstraintLayout and I want to add some Imagebuttons. They should be scaled to fit the half width so I can put 2 Buttons in a row. The whole thing must me scrollable because I want to add about 10 rows of buttons. I tried many options like seen here enter image description here

  • Related