There is unwanted space between image & text on Button. I want to reduce it. This is my code
<Button
Padding="4,0,0,0"
FontFamily="{StaticResource mediumFontFamily}"
ImageSource="ic_qr_refresh.png"
WidthRequest="110"
HeightRequest="35"
FontSize="Small"
VerticalOptions="FillAndExpand"
Text="Refres">
</Button>
This is how it is showing

I want to reduce space between refresh icon and Refresh text.
try to use the Padding of 50 or more
<Button
Padding="4,0,50,0"
FontFamily="{StaticResource mediumFontFamily}"
ImageSource="ic_qr_refresh.png"
WidthRequest="110"
HeightRequest="35"
FontSize="Small"
VerticalOptions="FillAndExpand"
Text="Refres">

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With