mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
9 lines
274 B
XML
9 lines
274 B
XML
<Page navigatedTo="onNavigateTo" >
|
|
<Page.actionBar>
|
|
<ActionBar title="Flat property"/>
|
|
</Page.actionBar>
|
|
<StackLayout>
|
|
<Button margin="30" text="change flat property" tap="changeFlatPropertyValue"/>
|
|
<Label id="flatPropertyValue" />
|
|
</StackLayout>
|
|
</Page> |