mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
11 lines
358 B
XML
11 lines
358 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" backgroundColor="yellow">
|
|
|
|
<ActionBar flat="true" backgroundColor="blue" automationText="actionBar">
|
|
<Label text="flat action bar"></Label>
|
|
</ActionBar>
|
|
|
|
<StackLayout backgroundColor="red">
|
|
<Label text="lorem ipsum" backgroundColor="green"></Label>
|
|
</StackLayout>
|
|
</Page>
|