是否有可能在RadioButton和标签之间增加一点空间,同时仍然使用安卓的内置组件?默认情况下,文本看起来有点压缩。
<RadioButton android:id="@+id/rb1"
    android:layout_width="fill_parent" 
    android:layout_height="wrap_content"
    android:text="My Text"/>我试过几种方法:
指定边距和填充的
有更好的解决方案吗?
https://stackoverflow.com/questions/2134591
复制相似问题