I'm using this textview and it works fine. but current marquee is right to left. I want to change it from left to right . how can I change it ?
<TextView
android:id="@+id/txt_view_clerk"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginRight="4dp"
android:text="سنکیبنسکین مسنبک سنیکبم نککسن کمن کمینسبکم نکن کنسبک سکیم بنکسمنیب کمسنی ب"
android:lines="1"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"
android:focusable="true"
android:focusableInTouchMode="true"
android:freezesText="true"
android:gravity="right"
android:scrollHorizontally="true"
android:layout_toLeftOf="@+id/img_view_clerk"/>