Results 2 comments of Yevhen Miroshnichenko

It looks like Picker.TextColor somehow overrides Picker.TitleColor, so the Picker.TitleColor has wrong color.

> I have a similar issue with a SearchBarRenderer: > > Here is the renderer code: > > ``` > using System.ComponentModel; > using Android.Content; > using AViews = Android.Views;...