Hello.
Does anyone have Theme settings for ABMCheckbox working? I can set as I want but I always have the default colors available and can't do anything about it.
Example:
Clean browser.Zero cache.
And instead of red color I always have gray default same with the tag (green).
Does anyone have Theme settings for ABMCheckbox working? I can set as I want but I always have the default colors available and can't do anything about it.
Example:
B4X:
theme.AddCheckboxTheme("check_box1")
theme.Checkbox("check_box1").CheckedColor = ABM.COLOR_RED
theme.Checkbox("check_box1").CheckedColorIntensity = ABM.INTENSITY_ACCENT1
theme.Checkbox("check_box1").LabelColor = ABM.COLOR_BLACK
theme.Checkbox("check_box1").BorderColor = ABM.COLOR_GREY
And instead of red color I always have gray default same with the tag (green).