I have to buttons in linearLayout
. The linearLayout
is horizontal.
My problem is when mobile language changes from English to Persian language because after that the position of buttons are swap each other.
How can I avoid that?
LinearLayout
is not support swap childView.
You can use FrameLayout
or RelativeLayout
to dynamically control the margin of this button from the top。