Hello,
I am using spinner to view some items, when i try to change the background color of a spinner with its setBackgroundColor(..) method, color of background changes but then it does not show focus when a focus comes on it, also drop down arrow (image) gets disappears.
Same problem occurs even if i fill transparent color as a background color, like shown below
spinner1.setBackgroundColor(Color.TRANSPARENT);
Can anyone suggest any solution...
Thanks in advance
Yogini

