mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
13
apps/ui/app/nested-frames/nested-flat-page.xml
Normal file
13
apps/ui/app/nested-frames/nested-flat-page.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
|
||||
|
||||
<ActionBar flat="true">
|
||||
<Label text="Nested page flat action bar"></Label>
|
||||
</ActionBar>
|
||||
|
||||
<GridLayout rows="*, *" columns="*, *" backgroundColor="red">
|
||||
<Label row="0" col="0" text="test" backgroundColor="gold"></Label>
|
||||
<Label row="0" col="1" text="test" backgroundColor="green"></Label>
|
||||
<Label row="1" col="0" text="test" backgroundColor="yellow"></Label>
|
||||
<Label row="1" col="1" text="test" backgroundColor="purple"></Label>
|
||||
</GridLayout>
|
||||
</Page>
|
||||
Reference in New Issue
Block a user