how to create android linearlayout with RTL horizontal orientation

Viewed 21942

I want to create a linear layout with horizontal orientation

but I want it to position its children aligned to its right and not to its left as usual

how can I do this?

I know how to do this using relativeLayout, but I want to practice linearLayout

4 Answers
Related