mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
6 lines
217 B
XML
6 lines
217 B
XML
<Page>
|
|
<AbsoluteLayout>
|
|
<StackLayout style="height:100; width: 100; z-index: 1; background-color: red;" />
|
|
<StackLayout style="height:100; width: 100; background-color: green;" />
|
|
</AbsoluteLayout>
|
|
</Page> |