How to Title Here
added in API Level 17Defines the direction of the text. A heuristic is used to determine the resolved text direction of paragraphs.
Ensure to change the minSDKVersion to 17, or greater.
android:textDirection = "rtl"
inherit - Default
firstStrong - Default for the root view. The first strong directional character determines the paragraph direction. If there is no strong directional character, the paragraph direction is the view's resolved layout direction.
anyRtl - The paragraph direction is RTL if it contains any strong RTL character, otherwise it is LTR if it contains any strong LTR characters. If there are neither, the paragraph direction is the view's resolved layout direction.
ltr - The paragraph direction is left to right.
rtl - The paragraph direction is right to left.
locale - The paragraph direction is coming from the system Locale.
Related Articles:
Resources: