I have problem when I add text in arabic lag it showing from right side enter image description here
can you please help me to fix it?
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:weightSum="2"
android:padding="5dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:tint="#000"
android:id="@+id/imgIcon"
android:layout_width="40dp"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:layout_marginRight="15dp"
android:layout_marginEnd="15dp"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp" />
<TextView
android:id="@+id/txtTitle"
android:layout_weight="1"
android:fontFamily="curier"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:textSize="17dp"
android:textColor="#ff0000"
android:text="@string/app_name"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp" />
</LinearLayout>