mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
12 lines
559 B
XML
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> |