(See screenshot, possibly related to https://github.com/xamarin/Xamarin.Forms/issues/13809 )
When using Xamarin.Forms.Visual.Material and the controls' Visual is set to Material, the color accent defined in the Android file values/styles.xml ( <item name="colorAccent"> ) is ignored.
In addition (new issue?), the default rendering of a Visual="Material" component when displayed when dark theme is enabled, is barely unreadable (dark font on a dark background)
Steps to Reproduce
Define a control such as Entry or Picker
Set Visual="Material"
Expected Behavior
The user defined color accent in <item name="colorAccent"></item> should be used. Also, the default coloring of the UI components in Android with Dark Theme on, should be more readable.
Description
(See screenshot, possibly related to https://github.com/xamarin/Xamarin.Forms/issues/13809 ) When using Xamarin.Forms.Visual.Material and the controls' Visual is set to Material, the color accent defined in the Android file values/styles.xml (
<item name="colorAccent">
) is ignored. In addition (new issue?), the default rendering of a Visual="Material" component when displayed when dark theme is enabled, is barely unreadable (dark font on a dark background)Steps to Reproduce
Expected Behavior
The user defined color accent in
<item name="colorAccent"></item>
should be used. Also, the default coloring of the UI components in Android with Dark Theme on, should be more readable.Basic Information
Environment
Screenshots
Please notice that the Picker (Visual=Material) has a dark colored lower bar instead of a red one.
Reproduction Link
VisualMaterialBug1.zip
Workaround
Does not solve the issue, but defining a
in the styles.xml, prevents the defaut Android color accent for the dark theme to be used.