Tagged Questions
0
votes
1answer
183 views
Changing Android App Background Including Spinners and Dialogs
I want to change default white background in my android app to another color.
I am using android:background="#HEXCODE" in my activity, it changes the background but the dialogs and spinners still ...
1
vote
2answers
1k views
Theme of Spinner in Action Bar displays correctly in the emulator but wrong on the Phone
I have a problem where the spinner I use display correctly in the emulator but incorrectly on the phone.
This can best be illustrated with this screen shot taken from the phone (notice the light grey ...
1
vote
0answers
379 views
Different colors for the selected item and the list of items in the dropdown of a Spinner
I have a TextView that sets the color for a Spinner. The problem is I want to have different colors for the selected single item and the items that are in the dropdown. I read that this solves the ...