Changes

Xamarin XAML

48 bytes added, 10:39, 17 March 2023
/* Incorrect glyphs may be shown on buttons */
=== Incorrect glyphs may be shown on buttons ===
When using glyphs on Buttons buttons in Xamarin, sometimes a different glyph than the expected one will show up when viewing the app on Android.
They only seem to appear incorrectly when used as the Text property of the button (with FontFamily set to UBIKSymbols, such as the UBIKIconButton style.)
Please If you encounter this issue please workaround by suplying icons the icon through ImageSourcethe FontImageSource property.
<syntaxhighlight lang="xml">
127
edits