mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
z-index support added
This commit is contained in:
6
apps/ui-tests-app/css/zindex.xml
Normal file
6
apps/ui-tests-app/css/zindex.xml
Normal 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>
|
||||
Reference in New Issue
Block a user