自定义单选按钮不显示文本

时间:2012-02-25 05:59:59

标签: android radio-button android-widget

我已经从this Link实现了CustomRadioButton。

此处,实现主题以设置CustomRadioButton,然后将该主题添加到活动中。

我完成了大部分步骤并且效果很好。但是我想在那个radioButton上添加文字然后它不可能吗?

为什么我无法设置RadioButton的文本?

1 个答案:

答案 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" />