I want to write from right hand side to left hand side in textview.So please tell me how should i do that.
<TextView
android:id="@+id/dl_discount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignTop="@+id/dl_price"
android:layout_marginLeft="14dp"
android:layout_marginStart="14dp"
android:textColor="@color/red"
android:layout_toEndOf="@+id/dl_price"
android:layout_toRightOf="@+id/dl_price"
android:text="1" />