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>
|
|
<Page.actionBar>
|
|
<ActionBar title="Navigation Button">
|
|
<NavigationButton text="go back" icon="res://ic_test" tap="navTap"/>
|
|
</ActionBar>
|
|
</Page.actionBar>
|
|
|
|
<StackLayout>
|
|
<Button text="button" tap="buttonTap"/>
|
|
<Button text="change icon visibility" tap="visibilityTap"/>
|
|
</StackLayout>
|
|
</Page> |