I just need to implement arabic support in my application. Language conversion is working by adding .REXS files and android:supportsRtl="true" in manifest but its not changing the layout flow direction
Not giving right to left alignment... how to achieve the same in my app?
Thanks