我已经从this Link实现了CustomRadioButton。
此处,实现主题以设置CustomRadioButton,然后将该主题添加到活动中。
我完成了大部分步骤并且效果很好。但是我想在那个radioButton上添加文字然后它不可能吗?
为什么我无法设置RadioButton的文本?
答案 0 :(得分:2)
可能是你的宽度或颜色。你的radiobutton看起来像这样吗?
<RadioButton
android:id="@+id/type_pounds"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/pounds"
android:textColor="#000000" />