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

当在Android中设置RadioButton的图片时,发现图标无法居中显示。为解决此问题,可以创建一个自定义的View `CustomRadioButton` 继承自RadioButton,并重写`onDraw()`方法,通过判断gravity来调整图片位置。设置`android:button="@null"`并添加`android:drawableStart="@drawable/radiobutton_selector"`到布局文件中,确保图片资源正确引用。此外,简书图片链接的数字可以更改以调整图片宽度。
摘要由CSDN通过智能技术生成

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&

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值