色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

RadioButton中如何去掉前面的選中的圓圈

錢良釵2年前20瀏覽0評論

RadioButton中如何去掉前面的選中的圓圈?

一、定義一個style,然后設置一個item屬性為@null

<style name="style">

<item name="android:button">@null</item>

</style>

二、RadioButton引用下就OK

<RadioButton

style="@style/style"

/>