android里的radiobutton不居中显示,像网上说的设置background透明或者paddingLeft="0dp"都没有用
android:gravity="center"和android:layout_gravity="center"各种试都没有用这是我做出来的效果这是我想实现的居中的效果...
android:gravity="center"和android:layout_gravity="center"各种试都没有用
这是我做出来的效果
这是我想实现的居中的效果 展开
这是我做出来的效果
这是我想实现的居中的效果 展开
2个回答
展开全部
你想要怎么样的效果?
在我看来结果和你的代码并无出入啊,你把两个RadioButton的weight都设为1,即两个平分咯,RadioGroup的宽又是match_parent,即占满屏幕宽,所以肯定是像你贴的图那样的
在我看来结果和你的代码并无出入啊,你把两个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>
这个应该也行?不知道你外层用的是什么
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询