How to set checkbox border color

前端 未结 5 1128
南笙
南笙 2020-12-14 15:17

The checkbox border is invisible on white background.

\"enter

I played with di

5条回答
  •  囚心锁ツ
    2020-12-14 16:10

    You can use either of them:

    app:buttonTint="color code here"
    

    or

    android:buttonTint="color code here"
    

提交回复
热议问题