If we see a spinner, it looks like a text image and the image to the right of the textview. In Motorola, the milestone is that the image is down arrow, while in the Samsung Galaxy Ace it is arrow to the right. I can set the background image to the counter using the following code. But I do not want to change the background image. I want to change this image. How to set this counter image.
Spinner sp1 = (Spinner) findViewById(R.id.spnContactTypes1); sp1.setBackgroundResource(R.drawable.icon);
android android spinner
user831722 Jul 20 '11 at 13:01 2011-07-20 13:01
source share