platform app using Xamarin PCL project. I have created a button with image and no text.
<Button Image="{DynamicResource ProfileImage}" Grid.Row="0" Grid.Column="2" BackgroundColor="Transparent" x:Name="dashboard" StyleId="dashboard" HorizontalOptions="Center" Clicked="TabClicked"></Button>
I am facing some UI Issue. In windows 10,it looks like -
In android, it looks like-
Is there any way to remove this outline border from android.