mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
9 lines
278 B
XML
9 lines
278 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd"
|
|
xmlns:tc="xml-declaration/template-builder-tests/template-view">
|
|
<tc:TemplateView id="template-view">
|
|
<tc:TemplateView.template>
|
|
<Button text="Click!" />
|
|
</tc:TemplateView.template>
|
|
</tc:TemplateView>
|
|
</Page>
|