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
I have the same issue, however in my case I don't have an icon but just plain text. On iOS the text is aligned to the center even without setting the HorizontalOptions property. On Android the text is aligned to left, setting the HorizontalOptions is not working either.
Describe the bug
Choosing HorizontalOptions="Start" aligns text-only buttons to the left, when adding an icon, everything is centered aligned again.
To Reproduce
<flex:FlexButton Text="Foo" Icon="Bar.png" HorizontalOptions="Start" />
Expected behavior
I would expect that icon and text are left aligned.
The text was updated successfully, but these errors were encountered: