I use TextView.TextColors.DefaultColor property which is an int. I've been using TextView.SetTextColor to restore this "int" default color. Can the int from DefaultColor be converted to an Android.Graphics.Color easily?
Steve Sharrock Architecture/Design/Programming www.sharkcode.com -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Justin Hansen Sent: Tuesday, May 15, 2012 9:21 AM To: Discussions related to Mono for Android Subject: Re: [mono-android] Problem after Updating to 4.2.1 Wow, can't believe I didn't check that. Thanks! Justin Hansen On May 15, 2012, at 12:15 PM, Jonathan Pryor <[email protected]> wrote: > On May 15, 2012, at 12:00 PM, Fencer04 wrote: >> When I run my application I get the following: >> >> E/mono ( 301): WARNING: The runtime version supported by this application is unavailable. > > Ignorable > >> W/ ( 301): Missing method Android.Widget.TextView::SetTextColor(int) in assembly Mono.Android.dll, referenced in assembly /data/data/<ApplicationName>.<ApplicationName>/files/.__override__/<Applicat ionName>.dll > > Not ignorable. TextView.SetTextColor(int) was changed to TextView.SetTextColor(Color) in 4.2.1. You need to clean, rebuild, and reinstall your application. > > - Jon > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
