Force RTL layout direction not working for app
问题 I'm trying to add RTL language support in my app (specifically Arabic right now). I'll be supporting English as well. What I've done: Set minSdkVersion to 17 Added android:supportsRtl="true" to my application tag in AndroidManifest.xml Switched my left/right attributes to start/end At first I made these changes manually, then I used Android Studio's "Refactor -> Add RTL Support Where Possible..." menu item. When I preview my layout files, I can see the RTL preview is properly mirroring the UI