Files
NativeScript/apps/ui/app/action-bar/transparent-bg-css-page.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

7 lines
188 B
XML

<Page>
<ActionBar title="This is transparent" class="action" automationText="actionBar"/>
<StackLayout>
<Button text="go to cleared page" tap="navigate"/>
</StackLayout>
</Page>