Re: [android-developers] Re: Custom Spinner

2010-04-12 Thread murali raju
I tried it, it just reduces the width of the text in the drop down but not the width of drop down. On Tue, Apr 13, 2010 at 6:20 AM, skyhigh wrote: > To customize the way that the spinner drop down looks I think you need > to use your own custom layout instead of using the standard android > layo

Re: [android-developers] Re: Custom Spinner

2010-03-13 Thread murali raju
Hi, Thanks for your reply. I need a spinner, which when clicked I get a drop down view which do not cover the entire width of the screen. In my application i display all the items of the sdcard in table layout. I have a spinner on top of my application with some options. So when i c

Re: [android-developers] Re: Custom Spinner

2010-03-13 Thread murali raju
Hi Bob, Even i gave up on that. Finally i created a custom layout which displays the list of items( the items which i want to display in the spinner ), in a listview, at any position on the screen. We can create a listview with any height and width, using LayoutParams , my requi

Re: [android-developers] Re: Custom Spinner

2010-03-13 Thread murali raju
Hi, Thanks for your reply. I need a spinner, which when clicked I get a drop down view which do not cover the entire width of the screen. In my application i display all the items of the sdcard in table layout. I have a spinner on top of my application with some options. So when i c