mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
13 lines
524 B
XML
13 lines
524 B
XML
<Page>
|
|
<StackLayout>
|
|
<Button text="Button" style="font-family: Sofia" />
|
|
<Label text="Label" style="font-family: Sofia" />
|
|
<TextField text="TextField" style="font-family: Sofia" />
|
|
<TextView text="TextView" style="font-family: Sofia" />
|
|
|
|
<Button text="Button" style="font-family: Pacifico" />
|
|
<Label text="Label" style="font-family: Pacifico" />
|
|
<TextField text="TextField" style="font-family: Pacifico" />
|
|
<TextView text="TextView" style="font-family: Pacifico" />
|
|
</StackLayout>
|
|
</Page> |