mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Update issue-3354.xml
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user