Hi
I try to color the list but i do not get it right , i tried all
how would I color this white space ?
thanks AH
I try to color the list but i do not get it right , i tried all
how would I color this white space ?
thanks AH
B4X:
theme.AddListTheme("list")
theme.List("list").ItemDividerColor=ABM.COLOR_RED
theme.List("list").SubItemDividerColor=ABM.COLOR_RED
theme.List("list").BackColor=ABM.COLOR_BLUEGREY
theme.List("list").ItemBackColor=ABM.COLOR_BLUEGREY
theme.List("list").BackColorIntensity=ABM.INTENSITY_DARKEN1
theme.List("list").ItemBackColorIntensity=ABM.INTENSITY_DARKEN1
theme.List("list").ItemActiveColor=ABM.COLOR_BLUEGREY
theme.List("list").ItemHoverColor=ABM.COLOR_RED
theme.List("list").SubItemActiveColor=ABM.COLOR_RED
theme.List("list").ZDepth=ABM.ZDEPTH_4