refactor: rename iosExpandSafeArea to iosOverflowSafeArea

Update type definitions.
This commit is contained in:
Vasil Chimev
2018-09-04 11:26:20 +03:00
committed by Martin Yankov
parent f40d6c1a97
commit 806d82288b
5 changed files with 20 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
<GridLayout rows="*, *, *" columns="*, *, *" class="grid" iosExpandSafeArea="false">
<GridLayout rows="*, *, *" columns="*, *, *" class="grid" iosOverflowSafeArea="false">
<Label row="0" col="0" text="overflowing text, overflowing text"></Label>
<Label row="0" col="1" text="overflowing text, overflowing text"></Label>
<Label row="0" col="2" text="overflowing text, overflowing text"></Label>