This is my button in main.xml
<Button
android:id="@+id/checkInButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="@string/checkIn"
android:textDirection="anyRtl"
android:textStyle="bold" />
Are there any property in order to make it RTL, in other words from right to left?