Update issue-3354.xml

This commit is contained in:
SvetoslavTsenov
2017-06-05 11:46:57 +03:00
parent 1b260ac2b5
commit 40d5badd40

View File

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