android里的radiobutton不居中显示,像网上说的设置background透明或者paddingLeft="0dp"都没有用

android:gravity="center"和android:layout_gravity="center"各种试都没有用这是我做出来的效果这是我想实现的居中的效果... android:gravity="center"和android:layout_gravity="center"各种试都没有用
这是我做出来的效果

这是我想实现的居中的效果
展开
 我来答
menghanshi
2016-06-21 · TA获得超过317个赞
知道答主
回答量:42
采纳率:100%
帮助的人:35.5万
展开全部

是要这样的么?两个radioButton 水平居中? 在两个radioButton外边加了两个权重同样为1的View,两个radioButton中间也同样加了一个


追问
是这样的效果,我照着一楼说的实现了
vall_lwj
2016-06-21 · TA获得超过384个赞
知道小有建树答主
回答量:395
采纳率:50%
帮助的人:281万
展开全部
你想要怎么样的效果?
在我看来结果和你的代码并无出入啊,你把两个RadioButton的weight都设为1,即两个平分咯,RadioGroup的宽又是match_parent,即占满屏幕宽,所以肯定是像你贴的图那样的
追问

我是想设置成这样,贴图的是我自己做出来的结果

追答
<RadioGroup 
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center_horizontal"
        android:orientation="horizontal">
        <RadioButton 
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginRight="100dp"
            android:text="正常"
            android:textColor="#fff"/>
        <RadioButton 
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="异常"
            android:textColor="#fff"/>
</RadioGroup>

这个应该也行?不知道你外层用的是什么

本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式