Files
NativeScript/e2e/ui-tests-app/app/bottom-navigation/binding-page.xml
2019-07-03 09:32:14 +03:00

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>