XamFormsExtended / Xfx.Controls

Xamarin Forms Extended Controls
MIT License
193 stars 79 forks source link

fxEntry does not change color when changing AccentColor #66

Open Goncharuk-Nikita opened 6 years ago

Goncharuk-Nikita commented 6 years ago

Bug

Affects

Expected Behavior

When you change colors in your android style, the PlaceholderColor and ActivePlaceholderColor properties automatically adjust to AccentColor.

Actual Behavior

I have a red AccentColor in the colors.xml file in the Android project. When I change AccentColor with other of my controls, for example, the buttons successfully update this color, but XfxEntry no.

Steps to reproduce the Behavior

  1. Add XfxEntry on your page;
  2. Run your app;
  3. Change AccentColor in Android project