Android changing colors with themes

Posted by miannelle on Stack Overflow See other posts from Stack Overflow or by miannelle
Published on 2010-06-10T12:08:07Z Indexed on 2010/06/10 12:12 UTC
Read the original article Hit count: 206

Filed under:
|

I am trying to provide user settable colors in my app. White text on black background and black text on white background. I have multiple layouts with many listviews, both standard and custom adapters. People have suggested using Themes, but I have had no luck changing the text colors across all layouts. Can anyone show me an actual Theme layout that can accomplish this? I can easily change the background colors using myscreen.setBackGroundColor(xx), but when I try to change the text with a theme, it also changes spinner text as well.

© Stack Overflow or respective owner

Related posts about android

Related posts about themes