Hello!
I am trying to create my first real Xamarin.Forms app and I ran into a problem. I want to change the color of an Entry on Android, but I do not know how to that. I followed this article to change the background: http://developer.xamarin.com/guides/cross-platform/xamarin-forms/custom-renderer/
However I can not do anything with the text color. I cast the Control property to EntryEditText in the OnElementChanged method, but I still can't find the way to change the TextColor.