Files
NativeScript/apps/app/ui-tests-app/issues/issue-3354.xml
2017-06-05 14:05:55 +03: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>