Any way to change the color of a radio button?

前端 未结 3 575
梦如初夏
梦如初夏 2020-12-17 17:21

I\'m working on an android form with a radio group containing a set of radio buttons. From what I can tell there is no way to set the color a radio button highlights when yo

3条回答
  •  时光取名叫无心
    2020-12-17 18:11

    Yes you can create your own drawable for what you want it to look like when checked and use android:button to set it to the resource.

    Example here

提交回复
热议问题