In default mode , text of a Switch
sit on the left side of ON/OFF states. I want to change direction of this text to the right slide. How can i do this?
I already try this xml
code but not working:
<Switch
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/switch1"
android:layout_gravity:"right"
android:layout_margin="@dimen/abc_dropdownitem_text_padding_right"/>
AFAIK thats not doable, you can try the following