mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
15 lines
491 B
XML
15 lines
491 B
XML
<Page class="page">
|
|
|
|
<ActionBar title="BottomNavigation background-color" icon="" class="action-bar">
|
|
</ActionBar>
|
|
|
|
<GridLayout rows="auto,*">
|
|
<Button row="0" text="Add Tab" tap="addTabs"/>
|
|
<GridLayout row="1">
|
|
<BottomNavigation loaded="bottomNavigaitonLoaded" items="{{ tabContentItems }}">
|
|
<TabStrip items="{{ tabStripItems }}">
|
|
</TabStrip>
|
|
</BottomNavigation>
|
|
</GridLayout>
|
|
</GridLayout>
|
|
</Page> |