FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

refactor(ui-tests-app): add iosOverflowSafeArea property to pages · NativeScript/NativeScript@d4483f9 · GitHub

Commit d4483f9

Browse files
committed
refactor(ui-tests-app): add iosOverflowSafeArea property to pages
1 parent 5df6921 commit d4483f9

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎apps/app/ui-tests-app/button/background.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Page>
22
<GridLayout rows="240, *">
3-
<GridLayout width="290" id="test-element" automationText="test-element" />
3+
<GridLayout automationText="test-element" id="test-element" width="290" iosOverflowSafeArea="false"></GridLayout>
44
<WrapLayout row="1">
55
<Button width="40" height="40" text="r" tap="resetTap"/>
66

‎apps/app/ui-tests-app/button/issue-4287.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="navigatingTo" class="page">
2-
<GridLayout columns="auto * auto" rows="auto *" borderWidth="1" borderColor="black">
2+
<GridLayout columns="auto * auto" rows="auto *" borderWidth="1" borderColor="black" iosOverflowSafeArea="false">
33

44
<StackLayout borderWidth="1" borderColor="black" verticalAlignment="top" width="150">
55
<Label text="textWrap: false" horizontalAlignment="center"/>

‎apps/app/ui-tests-app/css/clip-path.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Page>
2-
<GridLayout columns="*,*" rows="*,*,*,*" automationText="clipPath">
2+
<GridLayout automationText="clipPath" columns="*,*" rows="*,*,*,*" iosOverflowSafeArea="false">
33
<StackLayout col="0" colSpan="2" row="0" width="100" height="100" style.backgroundColor="magenta">
44
<Button text="no clip-path" width="100" height="100" style="background-image: url('~/ui-tests-app/resources/images/inset-test.png'); background-size: 100% 100%; background-repeat: no-repeat;"/>
55
</StackLayout>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Page xmlns="http://schemas.nativescript.org/tns.xsd" xmlns:cC="ui-tests-app/issues/component" id="main-page">
2-
<StackLayout style.borderWidth="1" style.borderColor="black">
2+
<StackLayout style.borderColor="black" style.borderWidth="1" iosOverflowSafeArea="false">
33
<Label class="ui-tests-app-issue-1639-red" text="main-page red from app.css" textWrap="true" />
44
<Label class="local-red" text="main-page red from issue-1639.css" textWrap="true" />
5-
<cC:customView/>
5+
<cC:customView/>
66
</StackLayout>
77
</Page>

‎apps/app/ui-tests-app/issues/issue-3007.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Label id="Label" backgroundColor="red" class="elementStyle" text="sample label" textWrap="true"/>
77
<TextField id="TextField" backgroundColor="green" class="elementStyle" hint="" text="Sample textfield" />
88
<TextView id="TextView" class="elementStyle" text="Sample text view" backgroundColor="yellow" editable="true" />
9-
<AbsoluteLayout id="AbsoluteLayout" class="container"/>
9+
<AbsoluteLayout id="AbsoluteLayout" class="container" iosOverflowSafeArea="false"></AbsoluteLayout>
1010
</StackLayout>
1111
</ScrollView>
1212
</Page>

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL