Bug? CLV item color

yiankos1

Well-Known Member
Licensed User
Longtime User
Hello team,

I try to implemet dark-light theme. I use many CLVs at my app and i see that when i set all colors at default(in order to get dark-light color in accordance of selected theme), clv items becomes the divider's color.

A workaround would be setting each item color to some kind of grey or white after using IsNightMode sub. But i think it is not the right direction.

Moreover, if comment this line:
B4X:
sv.ScrollViewInnerPanel.Color = xui.PaintOrColorToColor(Props.Get("DividerColor"))
Theme color is ok but i don't have divider color.

Thank you for your time.
 
Last edited:
Top