mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
15 lines
739 B
XML
15 lines
739 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<Page>
|
|
<ScrollView>
|
|
<StackLayout>
|
|
<Button tap="itemTap" text="page title and icon" tag="page-title-icon" />
|
|
<Button tap="itemTap" text="navigation button" tag="navigation-button" />
|
|
<Button tap="itemTap" text="action items icons" tag="action-items-icon" />
|
|
<Button tap="itemTap" text="action items text" tag="action-items-text" />
|
|
<Button tap="itemTap" text="data binding" tag="data-binding" />
|
|
<Button tap="itemTap" text="center view" tag="center-view" />
|
|
<Button tap="itemTap" text="center segmented" tag="center-view-segmented" />
|
|
<Button tap="itemTap" text="center stack" tag="center-view-stack" />
|
|
</StackLayout>
|
|
</ScrollView>
|
|
</Page> |