If we change the background color of our app to black (theme.BackgroundColor = “#000000”), the history list/result list in the search dialog doesn’t have enough contrast between text and background.
Any ideas?
If we change the background color of our app to black (theme.BackgroundColor = “#000000”), the history list/result list in the search dialog doesn’t have enough contrast between text and background.
Any ideas?
I should add that I’ve tried resetting the contrasting color using all of the theme color attributes and it has no impact.
There is no way to change the colors of the keyboard letters. The other elements on the Search screen are skinnable though… including the history list/result list:
theme.ButtonMenuNormalText = “#FF0000”
and then to highlight / select the list:
theme.ButtonMenuHighlightText = “#FFFF00”
theme.ButtonMenuNormalOverlayText = “#00FFFF”
–Kevin