Hi guys!
I try to align text in android with a EntryRenderer but this doesn't work:
protected override void OnElementChanged (ElementChangedEventArgs<Entry> e) { base.OnElementChanged (e); Control.TextAlignment = Android.Views.TextAlignment.Center; }
In iOS the renderer, it does work...
Any ideas?
Thx