how to create android linearlayout with RTL horizontal orientation
2022-09-02 00:37:54
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