<RadioButton
? ? ? ? ? ? ? ? android:id="@+id/rb_table"
? ? ? ? ? ? ? ? style="@style/radiobutton_style"
? ? ? ? ? ? ? ? android:button="@null"
? ? ? ? ? ? ? ? android:checked="true"
? ? ? ? ? ? ? ? android:drawableTop="@drawable/selector_rb_table"
? ? ? ? ? ? ? ? android:text="" />
button占位置
增加設(shè)置背景顏色如 android:background=" @color/transparent" 即可解決
button不占位置