Android 扩展单选按钮改变其圆圈的颜色
Android extend radioButton change color of its circle
我创建了一个扩展 RadioButton 的自定义 class。
我的强调色是橙色。但在我使用扩展单选按钮后 class,它会变成黑色!!
如何在不改变其圆圈颜色的情况下扩展 radioButton?
您可能应该使用 AppCompatRadioButton
。 Check this 有关 material 设计的更多详细信息。
我创建了一个扩展 RadioButton 的自定义 class。
我的强调色是橙色。但在我使用扩展单选按钮后 class,它会变成黑色!!
如何在不改变其圆圈颜色的情况下扩展 radioButton?
您可能应该使用 AppCompatRadioButton
。 Check this 有关 material 设计的更多详细信息。