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/commonsguy http://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

