Android Question Set CheckBox color ?

MitchBu

Well-Known Member
Licensed User
Longtime User
I want to put a checkbox on a beige panel, but it remains white and very difficult to see.

If I could set the checkbox color the same way as the generate members dialog in the designer, it would be just fine.

I found this thread which refers to a SetCheckBoxColor sub, but the author neglected to post it or make reference to where it can be found.
https://www.b4x.com/android/forum/threads/83740/#content

I will appreciate any help.

TIA
 
Last edited:

MitchBu

Well-Known Member
Licensed User
Longtime User
Thank you Erel, but SetBackgroundTintList seems to be doing nothing on my checkbox with this:
B4X:
SetBackgroundTintList(CkBxSettingsWallet, Colors.Red, 0xFF0020FF)
 
Upvote 0
Top