There's a way, using one of the tools shipped with the emulator, to determine what color is actually being displayed. (The tool, which I've never used, is described in "Pro Android 2" -- don't remember the name.) Probably some 3rd party tools can be used for this as well.
On Sep 16, 8:51 am, Mark Wyszomierski <[email protected]> wrote: > Hi, > > I have a 9 png which is used as the background of a view, the > stretchable region has a color of: > > #ebebeb > > I have a view next to it, and I've set its background color like so: > > <LinearLayout > .... > android:background="#ebebeb" > > > when the two views are beside one another, you can clearly tell that > the colors are not the same, they're different shades of grey. I'm > seeing this on the emulators, haven't had a chance to try it on a > device. Is this expected, or is there something I'm doing wrong in the > color declaration? > > Thanks -- 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

