mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<Page>
|
|
<Page.actionBar>
|
|
<ActionBar title="Title" class="custom-action-bar">
|
|
<ActionBar.actionItems>
|
|
<ActionItem text="set" tap="setStyle"/>
|
|
<ActionItem text="clear" tap="clearStyle"/>
|
|
</ActionBar.actionItems>
|
|
</ActionBar>
|
|
</Page.actionBar>
|
|
<ScrollView>
|
|
<StackLayout>
|
|
<Button tap="itemTap" text="action bar hidden" tag="action-bar-hidden" />
|
|
<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> |