Last active
July 13, 2024 01:25
-
-
Save Char0394/ac227107cbe4f325b99a98bf07a40ff6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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