Files
NativeScript/apps/ui/app/issues/issue-3354-page.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

8 lines
313 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd">
<StackLayout class="p-20">
<TextView id="tv1" text="" hint="text view 1 hint" ></TextView>
<TextView id="tv2" text="" hint="text view 2 hint" ></TextView>
<Button text="clear text" tap="clear"></Button>
</StackLayout>
</Page>