android 动态添加的radiobutton怎么用代码设置文字居中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android 动态添加的radiobutton怎么用代码设置文字居中相关的知识,希望对你有一定的参考价值。

参考技术A 最后一行,addView(view,layoutParams);你没有把布局加上,只加了个view追问

加了,还是不能居中

追答

你要加的是这个button的params,别加错了,加上了,字体就在中间了

追问

可是这加的话 我的radiobutton外边距就没有了
要不你帮我写个demo给我 让我看看
我要的效果是文字居中,有外边距

android studio 消除RadioButton中的圆圈

当添加一个RadioButton时,系统会自动添加一个圆圈,如下图所示

要想消除这个圆圈,只需在RadioButton中添加android:color/transparent

以上是关于android 动态添加的radiobutton怎么用代码设置文字居中的主要内容,如果未能解决你的问题,请参考以下文章

如何在android中动态设置RadioButton大小

android 中如何获取radiogroup 中那个radiobutton被选择

求助RadioButton的动态添加

android中RadioButton的setChecked(true)无效或点击状态无反应问题

android中RadioButton的setChecked(true)无效或点击状态无反应问题

Android入门第11天-Android中RadioButton的使用