On Wed, Jul 21, 2010 at 10:28 AM, jonboy1969 <jgr...@grovegfx.com> wrote: > I placed two Spinners using XML inside my TableLayout. > They both work, but they both look different. I gave the exact same > properties only changing the Id.
That has nothing to do with it. > the one spinner has larger padding with radio buttons on the right and > the second one has almost no padding and no radio buttons. That is determined by the adapters you put in the Spinners. The adapters are responsible for the Views that go in the Spinners, both for the selected item and for the available items in the dialog that appears when the user presses the drop-arrow. > How can I make them look the same Use the same layouts in your adapters. -- 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 Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en