Hello
After upgrading to XF 2.5 I have a weird small shadow on every android button after pressing them.
https: //drive.google.com/open?id =1V3LMp5o1f8hwaPZL3jTA4b8jJToyq-5t
here is a video of what happens after I press a button.
here is the code of the button
<Button HeightRequest="60"
x:Name="CameraButton"
Image="camera_cyan.png"
Clicked="OnCameraClicked"
FontSize="Medium"
CornerRadius="5"
TextColor="{StaticResource Primary}"
BackgroundColor="{StaticResource PrimaryAlternate}"/>