How to customize list preference radio button
问题 I have customized all the radioButtons in my application but the radioButtons in the listPreference does not get customized. I have used this xml named btn_radio.xml <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_checked="true" android:state_window_focused="false" android:drawable="@drawable/radio_selected" /> <item android:state_checked="false" android:state_window_focused="false" android:drawable="@drawable