<RadioButton
android:id="@+id/rb_table"
style="@style/radiobutton_style"
android:button="@null"
android:checked="true"
android:drawableTop="@drawable/selector_rb_table"
android:text="" />
增加设置背景颜色如 android:background=" @color/transparent" 即可解决