You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since i migrate app from xamarin to maui,I found that Button.ContentLayout setted to "Right,30" was different.
Maui sets the Image only right the text with padding. but xamarin was set to the end of button with padding.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Since i migrate app from xamarin to maui,I found that Button.ContentLayout setted to "Right,30" was different.
Maui sets the Image only right the text with padding. but xamarin was set to the end of button with padding.
source of android:
maui/src/Controls/src/Core/Platform/Android/Extensions/ButtonExtensions.cs
Line 66 in 1884430
why was the IconGravityTextEnd instead of IconGravityEnd.
Beta Was this translation helpful? Give feedback.
All reactions