Re: [android-beginners] Spinners identical in XML but look different when run

2010-07-21 Thread Mark Murphy
On Wed, Jul 21, 2010 at 10:28 AM, jonboy1969 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 bu

[android-beginners] Spinners identical in XML but look different when run

2010-07-21 Thread jonboy1969
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. the one spinner has larger padding with radio buttons on the right and the second one has almost no padding and no radio buttons. How can I mak

[android-beginners] Spinners

2009-09-09 Thread EverettG
I am creating a Spinner but when it displays in the Emulator it does not display any sort of arrow to let the user know to click on it. If you click on it, it works properly and you can choose from the items. I have looked through Internet resources and three books but cannot seem to find an answe

[android-beginners] Spinners

2009-05-06 Thread Dladu
I am trying to make two spinners on a page for an episode list type program, one for Season and one for Episode, I have these two spinners working with the following code: public class Season extends Activity implements OnClickListener { public void onClick(View v) { switch