Files
NativeScript/apps/ui/app/issues/issue-1657-ios-page.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

20 lines
938 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="navigatingTo" style="background-color: #30b773; color: #ffffff;">
<Page.actionBar>
<ActionBar title="Title" icon="" style="background-color: #30b773; color: #ffffff;">
<NavigationButton text="Back" icon="" tap="" />
<ActionBar.actionItems>
<ActionItem icon="" text="Left" tap="" ios.position="left" />
<ActionItem icon="" text="Right" tap="" ios.position="right" />
</ActionBar.actionItems>
</ActionBar>
</Page.actionBar>
<StackLayout>
<Label text="Issue 1657" class="title"/>
<Button text="go to subPage" tap="onTap"/>
<Button text="changeTranslucent" tap="changeTranslucent"/>
<Button text="change speed to very slow" tap="changeLayerSpeed"/>
<Button text="default layer speed" tap="defaultLayerSpeed"/>
</StackLayout>
</Page>