How do i set the background of a button but still keep the touch feedback from android material design?
<Button x:Name="login"
Text="LOGIN"
TextColor="White"
BackgroundColor="Teal"
Clicked="OnLoginClick"/>
How do i set the background of a button but still keep the touch feedback from android material design?
<Button x:Name="login"
Text="LOGIN"
TextColor="White"
BackgroundColor="Teal"
Clicked="OnLoginClick"/>