rameshb Member Aug 14, 2013 #1 When spinner background color is changed,the spinner arrow disappears. Is there any workaround for this?
When spinner background color is changed,the spinner arrow disappears. Is there any workaround for this?
Erel B4X founder Staff member Licensed User Longtime User Aug 14, 2013 #2 Changing the color replaces the default drawable object. It is not possible to just replace the color without replacing the background as it is really an image. You will need to create a nine patch image and use it as the background. Upvote 0
Changing the color replaces the default drawable object. It is not possible to just replace the color without replacing the background as it is really an image. You will need to create a nine patch image and use it as the background.
rameshb Member Aug 15, 2013 #3 Erel, even if i create image and set as background,wont it overwrite the default arrow drawn on the spinner? Upvote 0
Erel, even if i create image and set as background,wont it overwrite the default arrow drawn on the spinner?
Erel B4X founder Staff member Licensed User Longtime User Aug 15, 2013 #4 Yes. You will need to include your own icon. Upvote 0
Robert Valentino Well-Known Member Licensed User Longtime User Oct 30, 2014 #5 Can you give an example of this. I want to change the Spinner color but lose the spinner arrow when doing so. Does someone have a Nine patch image for this? BobVal Upvote 0
Can you give an example of this. I want to change the Spinner color but lose the spinner arrow when doing so. Does someone have a Nine patch image for this? BobVal