mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
8 lines
313 B
XML
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>
|