15 lines
552 B
HTML
15 lines
552 B
HTML
<ActionBar title="Home" class="action-bar"></ActionBar>
|
|
|
|
<ScrollView class="page">
|
|
<AbsoluteLayout>
|
|
<StackLayout class="float-btn-container">
|
|
<ns-my-button (tap)=onTap($event) text="Nightr"></ns-my-button>
|
|
</StackLayout>
|
|
<StackLayout>
|
|
<ns-locationButton></ns-locationButton>
|
|
<ns-camera-button></ns-camera-button>
|
|
<Button class="btn btn-primary" text="Result page" [nsRouterLink]="['/result-page']"></Button>
|
|
</StackLayout>
|
|
</AbsoluteLayout>
|
|
</ScrollView>
|