[android-developers] Re: Focusing the spinner object

2009-09-10 Thread Isuru
Hi Prashanth, I have already tried it.But what I need is a different thing.I want to highlight the border of the spinner object once it is got focused.Right now I can see highlight when the items of spinner are selected. I want to highlight the border of the original spinner

[android-developers] Re: Focusing the spinner object

2009-09-08 Thread prashanth
Hello use android:focusable to true.I use few spinner objects and they get focus similar to textview .have a look at apidemos in the sdk installation to see if that does what u want to do gtg On Sep 7, 11:05 am, Isuru iisuru@gmail.com wrote: Hi,      When components like TextViews got