in my page, i added a SearchBar above a ListView. It works good but i see a small line between the NavigationBar and the SearchBar. Anyone knows how to remove it? Thanks
<StackLayout Orientation="Vertical">
<SearchBar
CancelButtonColor="White"
BackgroundColor="{x:Static local:Consts.PrimaryColor}"
IsVisible="{Binding IsSearchVisible, Mode=OneWay}"
/>
<ListView