lucasgonze
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2010
09:44 AM
text color of result list in search screen
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?
Any ideas?
2 REPLIES 2
lucasgonze
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2010
10:06 AM
Re: text color of result list in search screen
I should add that I've tried resetting the contrasting color using all of the theme color attributes and it has no impact.

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2010
03:27 PM
Re: text color of result list in search screen
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
theme.ButtonMenuNormalText = "#FF0000"
and then to highlight / select the list:
theme.ButtonMenuHighlightText = "#FFFF00"
theme.ButtonMenuNormalOverlayText = "#00FFFF"
--Kevin