On Android header background color does not work in "Dialog" mode

Following example for date time picker i've created a custom picker control:

internal class DateTimePicker : SfPicker

In XAML configured it as, shown upon button click... 

<controls:DateTimePicker x:Name="DatePicker" 
                                     ColumnHeaderBackgroundColor="Red"
                                     SelectionBackgroundColor="BlueViolet"
                                     BorderColor="Brown"
                                     HeaderText="Select a Date"
                                     HeaderBackgroundColor="Red"
                                     SelectedItemTextColor="Black"
                                     HorizontalOptions="Center" 
                                     PickerWidth="300"
                                     PickerMode="Dialog" 
                                     VerticalOptions="Center"/>

private void Button_Clicked(object sender, EventArgs e)
        {
            DatePicker.IsOpen = !DatePicker.IsOpen;
        }

clicking the button makes date picker appear with teal header, why? :-(



Attachment: Picker_Bug_3afcfaed.zip

1 Reply

VA Vinnalan Aravazhi Syncfusion Team December 22, 2017 09:16 AM UTC

Hi Vadim Koystinen,
 
Thanks for the update.
 
We have checked the reported issue and we were able to reproduce the reported issue "On Android header background color does not work in Dialog mode" from our side and we have logged bug report for this. This fix will be available our upcoming Volume 4 SP 1 release which will be released in the end of December 2017.
 
Please let us know if you have any other query.
 
Regards,
Vinnalan K A.


Loader.
Up arrow icon