美文网首页IT@程序员猿媛程序员
RadioButton将button设置为@null时还占着位置

RadioButton将button设置为@null时还占着位置

作者: 拉格朗日 | 来源:发表于2019-04-03 00:03 被阅读0次

<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占位置

增加设置背景颜色如 android:background=" @color/transparent" 即可解决


button不占位置

相关文章

网友评论

    本文标题:RadioButton将button设置为@null时还占着位置

    本文链接:https://www.haomeiwen.com/subject/aueobqtx.html