Files
NativeScript/tests/app/ui/action-bar/ActionBar_NumberAsTitle.xml
SvetoslavTsenov 213722fd81 Include test for issue #849 from nativescirpt-angular (#4421)
* Include test for issue #849 from nativescirpt-angular

* Fix tslint
2017-06-21 16:49:22 +03:00

9 lines
185 B
XML

<Page>
<Page.actionBar>
<ActionBar title="123">
</ActionBar>
</Page.actionBar>
<StackLayout>
<Button text="Click me" />
</StackLayout>
</Page>