Xamarin.Forms.InputKit icon indicating copy to clipboard operation
Xamarin.Forms.InputKit copied to clipboard

Advanced Entry no option to change Title Text Color?

Open J3nova1628 opened this issue 5 years ago • 1 comments

Hi, I need a way to change the title color from black to white on the advanced entry?

can anybody help?

J3nova1628 avatar Jun 20 '19 14:06 J3nova1628

@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.

enisn avatar Jun 28 '19 06:06 enisn