Thanks for the help. I will take a look at modifying the existing spinner layout. What I am trying to do is to get a smaller (width) spinner so it does not take up the whole page when selected.
The picker I want to design just provides a list of items and the user selects one. I have a design that uses a listview in a dialog (and one that uses a spinner)for now but I would prefer having the picker format. I think the iPhone has a picker type widget that is usable and customizable. On Sep 19, 11:59 am, Mark Murphy <[email protected]> wrote: > On Sun, Sep 19, 2010 at 2:10 PM,intbt<[email protected]> wrote: > > When I set the spinner adapter to be: > > > android.R.layout.simple_spinner_dropdown_item > > > I am assuming there are variations on the android.R.layout 'types' > > that I could use, is there such a list? > > Not really. You can find the XML source to that layout in your SDK > installation: > > $ANDROID_HOME/platforms/$VERSION/data/res/layout > > where $ANDROID_HOME is wherever you unpacked your SDK and $VERSION is > some Android version. > > From there, you can copy it into your project and customize to suit. > > > In terms of Dialog ID - what I am looking for is a picker dialog that > > I can add the data, is that possible? > > What is "the data"? > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > _The Busy Coder's Guide to Android Development_ Version 3.1 Available! -- 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

