Skip to content

Instantly share code, notes, and snippets.

@Char0394
Last active July 13, 2024 01:25
Show Gist options
  • Save Char0394/ac227107cbe4f325b99a98bf07a40ff6 to your computer and use it in GitHub Desktop.
Save Char0394/ac227107cbe4f325b99a98bf07a40ff6 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage>
<VerticalStackLayout>
<Label Text="Medium Bold Label" Style="{StaticResource MediumBoldLabel}"/>
<Label Text="Medium Normal Label" Style="{StaticResource MediumNormalLabel}"/>
<Label Text="Small Bold Label" Style="{StaticResource SmallBoldLabel}"/>
<Label Text="Small Normal Label" Style="{StaticResource SmallNormalLabel}"/>
</VerticalStackLayout>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment