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
Thanks! I will investigate this and correct it in the new edition.
<Button
Text="Click me"
FontAttributes="Bold"
Grid.Row="3"
SemanticProperties.Hint="Counts the number of times you click"
Clicked="OnCounterClicked"
HorizontalOptions="Center">
<Button.ImageSource>
<FontImageSource FontFamily="FontAwesomeSolid"
Glyph="{x:Static app:FontAwesomeSolid.PlusCircle}"
Color="{DynamicResource SecondaryColor}"
Size="16" />
</Button.ImageSource>
</Button>
The button definition refers to a glyph named PlusCircle. The actual name of the glyph is CirclePlus.
The text was updated successfully, but these errors were encountered: