Skip to Content

In order to make your app compatible with both RTL and LTR users, you must implement supportRtl in the androidmanifest file. For this to work, all fields must have start and end values in the left direction. Moreover, since Android OS supports multiple languages, you can name your layout folders with the initial letter of …

Read More about What is Rtl in Android?