https://bugzilla.novell.com/show_bug.cgi?id=643017

https://bugzilla.novell.com/show_bug.cgi?id=643017#c2


Jonathan Pobst <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |FIXED
         AssignedTo|[email protected]         |[email protected]

--- Comment #2 from Jonathan Pobst <[email protected]> 2010-10-01 15:15:19 UTC 
---
In Android, colors are represented as integers.  I have tried to hide that fact
some, but we couldn't fully do it.  Rather than have this anemic list of colors
to choose from, I removed the Android.Graphics.Colors enum so people won't find
it.

The preferred way of doing this is:

View.SetTextColor (Color.Blue)

I made the Color structure look like the System.Drawing.Color structure, so it
should have all the colors .Net developers are used to.

Thanks for pointing it out!

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to