Android中RadioGroup隐藏圆圈按钮

2018-12-11  本文已影响0人  淡蓝色梦想

通过Java代码

Bitmap a=null;
radioButton.setButtonDrawable(new BitmapDrawable(a));

注意不要使用radioButton.setButtonDrawable(null)。这种方法存在兼容性问题,在某些机型上并不能真正隐藏。

通过XML

android:button="@null"
上一篇 下一篇

猜你喜欢

热点阅读