Re: [android-developers] Layout Buttons have no gradient on Droid X

2011-04-02 Thread Kostya Vasilyev
It is. The Droid X uses a very distinctive dark theme. Perhaps rather than using the #CDCDCD literal value, one could look up some similar color in the theme. Then on the Droid X it might be something that fits with the overall color scheme of the device. -- Kostya 2011/4/2 lbendlin > I though

[android-developers] Layout Buttons have no gradient on Droid X

2011-04-02 Thread lbendlin
I thought this stuff is heavily influenced by the theme that is either preinstalled on the device or selected by the user. -- 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@googlegroup

Re: [android-developers] Layout Buttons have no gradient on Droid X

2011-04-02 Thread Mark Murphy
On Fri, Apr 1, 2011 at 5:37 PM, Marke2112 wrote: > I developed a simple app on my Droid (os v2.2.2).  The homepage has 4 > buttons on it that display the default gradient gray background. > Everything looks great.  When I install the app on any of our in- > office Motorola Droid X (os v2.2 and v2.

[android-developers] Layout Buttons have no gradient on Droid X

2011-04-01 Thread Marke2112
I developed a simple app on my Droid (os v2.2.2). The homepage has 4 buttons on it that display the default gradient gray background. Everything looks great. When I install the app on any of our in- office Motorola Droid X (os v2.2 and v2.2.1) phones, the buttons are dark with no gradient. I've