I'm working on a themeable app. I have a listview, which I set the background color, scrollingbackgroundcolor, and singlelinelayout.label.textcolor to specific values progmatically.
Then I have a routine which changes the theme, and resets all these values.
The two backgrounds change, but not the text color. Note that I'm not trying to have anything different between entries, I want them all to change.
I have also tried the following:
Removing and Re-adding all entries
Toggling the Visible Property
Toggling the Enabled Property
Invalidating the view
For some reason I can't get the color of the font to change beyond the original setting. Is this by design? Can it be done? of will I have to go ahead and just use a scrollview (I do it in other parts of the app, but this is more convenient)
Thanks
Then I have a routine which changes the theme, and resets all these values.
The two backgrounds change, but not the text color. Note that I'm not trying to have anything different between entries, I want them all to change.
I have also tried the following:
Removing and Re-adding all entries
Toggling the Visible Property
Toggling the Enabled Property
Invalidating the view
For some reason I can't get the color of the font to change beyond the original setting. Is this by design? Can it be done? of will I have to go ahead and just use a scrollview (I do it in other parts of the app, but this is more convenient)
Thanks