Last active
July 13, 2024 01:31
-
-
Save Char0394/c8900650780c2c4be5c3f0d8c6b01a89 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" StyleClass="Small, Bold"/> | |
<Label Text="Medium Normal Label" StyleClass="Medium, Normal"/> | |
<Label Text="Small Bold Label" StyleClass="Small, Bold"/> | |
<Label Text="Small Normal Label" StyleClass="Small, Normal"/> | |
</VerticalStackLayout> | |
</ContentPage> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment