<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" 即可解决

<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" 即可解决
本文标题:RadioButton将button设置为@null时还占着位置
本文链接:https://www.haomeiwen.com/subject/aueobqtx.html
网友评论