I wanna put the text of radio button on the left of its button. if I use these codes in each radio button the default button theme is lost!
android:button="@null"
android:drawableRight="@android:drawable/btn_radio"
I mean btn_radio has its theme, I wanna use another theme.
moreover this code android:layoutDirection="rtl"
is not worked for me!