mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
12 lines
331 B
XML
12 lines
331 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>
|
|
|
|
</GridLayout>
|
|
|
|
</Page> |