Android App Ui Orientation In Right To Left Languages (arabic, Hebrew, And Persian)
I apologize for the simpel question, I am new to Android development. I am writing three Android apps. All of them supporting right-to-left languages (specifically, Arabic, Hebrew,
Solution 1:
Set the layout_gravity of your containers to right. That will force them to align to the right edge first.
Also, this may be easier to do as a relative layout for everything. You can always do an align to the right edge or alignParentRight
Post a Comment for "Android App Ui Orientation In Right To Left Languages (arabic, Hebrew, And Persian)"