Currently vertical option is very helpful on linear layout. But side by side is not possible with it, can we have that option?
If I recall correctly, this is hard to implement with the current layout system because the width of an element has to be settled before it is rendered. Can you use a TableLayout with multiple columns instead?
Got it. I will surely use table layout. But having horizontal option at linear layout is very helpful in future releases.
Thanks for your quick response.