I have given RTL
support to my application for the Arabic language.
everything works fine except one case.
if I used android:drawableRight
or android:drawableEnd
in my TexView
as below.
and icon positions are showing perfect if I enable or disable RTL
mode. but auto mirror not working for a drawable.
<TextView android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/str_next"
android:drawableEnd="@drawable/ic_next"
/>