当前位置:   article > 正文

android radiobutton自定义图片,Android RadioButton左边图片不能居中显示问题

radiobutton drawablestart居中

RadioButton设置图片无法居中问题

像下面这样的布局只能让文字居中,文字左边的圆圈图标还是靠左显示。

android:id="@+id/group"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:gravity="center_horizontal"

android:orientation="horizontal" >

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1"

android:checked="false"

android:gravity="center"

android:text="1asdf"

android:textColor="#000000" />

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="1"

android:checked="false"

android:gravity="center&

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/648723
推荐阅读
相关标签
  

闽ICP备14008679号