0
点赞
收藏
分享

微信扫一扫

RadioButton只有图片设置居中

彩虹_bd07 2022-09-17 阅读 278


RadioButton只有图片设置居中_android


并不行还需要设置一个背景

 

call_bottom_tab.xml

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<padding android:top="5dp" android:bottom="5dp" />
<solid android:color="@color/white" />
</shape>

举报

相关推荐

0 条评论