Using XML Android, I need to achieve a layout where four buttons are placed in a single row with equal weight for all four buttons but when I increase the font size I need to show them in 2*2 (the last two buttons show go to second row), Can some one help?
I tried using FlexboxLayout but it does not limit the rows to two, it shows them in three rows at maximum font.
thanks in advance