z-index support added

This commit is contained in:
Vladimir Enchev
2016-04-19 15:41:16 +03:00
parent 9809a458f4
commit 615bbc9f2e
6 changed files with 75 additions and 19 deletions

View File

@@ -0,0 +1,6 @@
<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>