I am testing a project on both a physical device and with the android emulator. There are small elements that appear displaced in the emulator compared to the physical device
Why this difference?
<RelativeLayout>
<yummy:PancakeView
RelativeLayout.XConstraint="{ConstraintExpression
Type=Constant,
Constant=286}"
RelativeLayout.YConstraint="{ConstraintExpression
Type=Constant,
Constant=5}"
HeightRequest="27"
WidthRequest="27"
CornerRadius="100"
xct:TouchEffect.NativeAnimation="True">
<yummy:PancakeView.GestureRecognizers>
<TapGestureRecognizer Tapped="btMenuDiario_Clicked"/>
</yummy:PancakeView.GestureRecognizers>
<Grid>
<BoxView
Color="#404040"
CornerRadius="100"
Opacity="0.6"/>
<abstractions:TintedImage
Margin="4"
x:Name="ViewPkDiario"
TintColor="White"
Source="ArrowSmall.png"/>
</Grid>