hi

   i am using spinner in some application in spinner item list array this
text replaced in drawable images how can its implemented


personalinformation = (Spinner) findViewById(R.id.SpinnerCategory);



ArrayAdapter<?> adapterDefaultpersonal = ArrayAdapter.createFromResource(
Animals.this,R.array.Animalinformation, android.R.layout.simple_spinner_item
);

         
adapterDefaultpersonal.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);

         personalinformation.setAdapter(adapterDefaultpersonal);

             this R.array.Animalinformation array list items replaced in
drawable images hopw can implemented please forward some solution i am new
in android
please forward some suggestion its urgent



Thanks & Regards,

KVL Narasimha Rao.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to