android Radiobutton去掉圆圈
2019-06-06 本文已影响0人
Pino
// 注意是@null,直接写null会报错
<RadioButton
android:button="@null"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
// 注意是@null,直接写null会报错
<RadioButton
android:button="@null"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />