Files
NativeScript/apps/ui/src/css/text-shadow-page.xml
2021-04-06 11:18:36 -07:00

10 lines
408 B
XML

<Page>
<StackLayout>
<Button id="Change" automationText="Change" text="Change" tap="buttonTap" />
<Label id="Label" automationText="Label" text="Label" />
<Button id="Button" automationText="Button" text="Button" />
<TextField id="TextField" automationText="TextField" text="TextField" />
<TextView id="TextView" automationText="TextView" text="TextView" />
</StackLayout>
</Page>