Files
NativeScript/apps/app/ui-tests-app/issues/issue-5274.xml
2018-05-30 10:00:52 +03:00

12 lines
559 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd">
<ActionBar title=" issue-5274 "></ActionBar>
<StackLayout class="paddingCssPanel">
<Label id="label" backgroundColor="green"
text="assrts .paddingCssPanel{
vertical-align: center;
font-size: 20;
margin: 15;
} of StackLayout" textWrap="true" />
<Button id="button" text="change" backgroundColor="yellow" style="padding:50"/>
</StackLayout>
</Page>