I trying to type Persion text on Android edit text but nothing showed on edit text but it works in English. I am using Genymotion virtual device.
This is the xml:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:padding="20dp"
android:layoutDirection="rtl"
android:textDirection="rtl"
android:layout_height="match_parent">
<EditText
android:hint="نام ..."
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/editName"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true" />
</RelativeLayout>