[mono-android] TextView color
Jonathan Pryor
jonp at xamarin.com
Sat Dec 1 03:25:58 UTC 2012
On Nov 30, 2012, at 9:23 PM, Canning <simon at wizbiz.net.nz> wrote:
> The documentation (http://developer.android.com/reference/android/widget/TextView.html)
> appears to show that there is a 'setTextColor' method.
This is bound as the TextView.SetTextColor(Color) method:
http://androidapi.xamarin.com/?link=M%3aAndroid.Widget.TextView.SetTextColor(Android.Graphics.Color)
> I am new to Android programming. Do I need to set up an XML file (I am not sure of how/why to do this).
No XML file is required for the Color; you can just use an Android.Graphics.Color value.
- Jon
More information about the Monodroid
mailing list