I'm trying to remove Xamarin Entry bottom border,
Please give me a solution
Code
<Entry
Grid.Row="0"
Grid.Column="1"
BackgroundColor="#3379a5"
FontSize="15"
VerticalTextAlignment="Center"
HeightRequest="45"
IsPassword="True"
Placeholder="Password"
PlaceholderColor="#fff"
TextColor="#fff"
Visual="Material" />
Please give me a solution
Code
<Entry
Grid.Row="0"
Grid.Column="1"
BackgroundColor="#3379a5"
FontSize="15"
VerticalTextAlignment="Center"
HeightRequest="45"
IsPassword="True"
Placeholder="Password"
PlaceholderColor="#fff"
TextColor="#fff"
Visual="Material" />