Xamarin.Forms icon indicating copy to clipboard operation
Xamarin.Forms copied to clipboard

[Bug] [Android] Button ContentLayout does not respect the distance on Android

Open MhAllan opened this issue 5 years ago • 6 comments

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: uwp-btn-icon-right

Actual Behavior

Wrong on Android: android-btn-icon-right

Basic Information

Latest everything

MhAllan avatar Jan 16 '20 07:01 MhAllan