-1

I'm creating radio buttons dynamically based on the input .In my case layout has fixed width and height is expandable. What i want is if the radio buttons exceeds the fixed layout width , then it should automatically arrange in next row . Is this possible or manually we have to do it for next row arrangment?

Strawberry
  • 667
  • 2
  • 10
  • 24

1 Answers1

1

You can try using FlowLayout which automatically arranges View when it runs out of space.

Apoorv
  • 13,470
  • 4
  • 27
  • 33