Xamarin.Forms.InputKit
Xamarin.Forms.InputKit copied to clipboard
Advanced Entry no option to change Title Text Color?
Hi, I need a way to change the title color from black to white on the advanced entry?
can anybody help?
@J3nova1628 Can you try adding following line in your App.cs before setting MainPage:
Plugin.InputKit.Shared.Controls.AdvancedEntry.GlobalSetting.TextColor = Color.White;
This will be applied to entire labels in your project.