Android Question combobox colors

Stulish

Active Member
Licensed User
Longtime User
Hi Guys, i have changed the colors of the text in a combo box depending on if the display is set to day ot night mode, however the little arrow at the side remains the same (see pictures):



Can anyone tell me how to change the arrow color.

Many thanks
 

mangojack

Well-Known Member
Licensed User
Longtime User
B4X:
Dim jo As JavaObject = ComboBox1.cmbBox.Background
jo.RunMethod("setColorFilter", Array(xui.Color_Red, "SRC_ATOP"))
 
Upvote 0

Stulish

Active Member
Licensed User
Longtime User
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…