Hi,
In android layout, we can do following steps to achieve position component equally within a layout:
1. set layout_width of each component to 0dp;
2. set layout_weight to 1;
does b4a has similar script or code to achieve the same effect?
thanks.
In android layout, we can do following steps to achieve position component equally within a layout:
1. set layout_width of each component to 0dp;
2. set layout_weight to 1;
does b4a has similar script or code to achieve the same effect?
thanks.