Hopefully someone can point me in the right direction as to what is
going on here:

In my app, I use standard buttons and spinners, which have always
appeared as basic beveled silver buttons.  I have seen these look fine
on my Nexus One running 2.2.1 as well as a couple of other phones.

I just saw a friend's brand new DROIDX running 2.2.1, and when viewing
my app on that device all the buttons and spinners are ugly black
rectangles that look horrible and ruin the layout.

Any ideas on what is going on here?

This is an example of the standard buttons and spinners I am talking
about:

<Button android:text="Previous"
        android:id="@+id/previousresults"
        android:layout_width="fill_parent"
       android:layout_height="wrap_content">
</Button>

<Spinner android:id="@+id/mySpinner"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:drawSelectorOnTop="true"
                android:prompt="@string/myPrompt"
                android:layout_alignParentTop="true"
                android:layout_centerHorizontal="true"
                android:paddingTop="2dip"
                android:paddingBottom="2dip">
</Spinner>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to