Xamarin.Forms
Xamarin.Forms copied to clipboard
[Bug] [Android] Button ContentLayout does not respect the distance on Android
Description
Button ContentLayout does not respect the distance on Android
Steps to Reproduce
<Button Text="Test"
ContentLayout="Right, 5"
BackgroundColor="Blue"
TextColor="White">
<Button.ImageSource>
<FontImageSource Size="30"
Glyph="{StaticResource IconOk}"
Color="White"
FontFamily="{StaticResource IconFont}" />
</Button.ImageSource>
</Button>
Expected Behavior
Correct on UWP:
Actual Behavior
Wrong on Android:
Basic Information
Latest everything