mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
475 B
XML
14 lines
475 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" class="page">
|
|
|
|
<ActionBar class="action-bar">
|
|
<NavigationButton text="somePageBack" tap="onBackButtonTap" android.systemIcon="ic_menu_back" />
|
|
<Label class="action-bar-title" text="some page" />
|
|
</ActionBar>
|
|
|
|
<GridLayout>
|
|
<StackLayout>
|
|
<Button text="navigate to still other page (slide transition)" tap="onNavigateSlide" />
|
|
</StackLayout>
|
|
</GridLayout>
|
|
|
|
</Page> |