I have set the radiobutton drawble to make it appears to the right of the text.
But I want to set the Holo style for this radiobutton. how ?
code:
<RadioButton
android:id="@+id/rb2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:button="@null"
android:drawableRight="@android:drawable/btn_radio"
android:paddingLeft="40dip"
android:tag="2"
android:text="@string/Conflict_of_intrest" />
Use
?android:attr/listChoiceIndicatorSingleas right-drawable while disabling default radio button look(android:button="@null")