| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | <Page> | |
| 2 | 2 | <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> | ||
| 4 | 4 | <WrapLayout row="1"> | |
| 5 | 5 | <Button width="40" height="40" text="r" tap="resetTap"/> | |
| 6 | 6 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | <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"> | ||
| 3 | 3 | ||
| 4 | 4 | <StackLayout borderWidth="1" borderColor="black" verticalAlignment="top" width="150"> | |
| 5 | 5 | <Label text="textWrap: false" horizontalAlignment="center"/> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | <Page> | |
| 2 | - <GridLayout columns="*,*" rows="*,*,*,*" automationText="clipPath"> | ||
| 2 | + <GridLayout automationText="clipPath" columns="*,*" rows="*,*,*,*" iosOverflowSafeArea="false"> | ||
| 3 | 3 | <StackLayout col="0" colSpan="2" row="0" width="100" height="100" style.backgroundColor="magenta"> | |
| 4 | 4 | <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;"/> | |
| 5 | 5 | </StackLayout> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | <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"> | ||
| 3 | 3 | <Label class="ui-tests-app-issue-1639-red" text="main-page red from app.css" textWrap="true" /> | |
| 4 | 4 | <Label class="local-red" text="main-page red from issue-1639.css" textWrap="true" /> | |
| 5 | - <cC:customView/> | ||
| 5 | + <cC:customView/> | ||
| 6 | 6 | </StackLayout> | |
| 7 | 7 | </Page> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ | |||
| 6 | 6 | <Label id="Label" backgroundColor="red" class="elementStyle" text="sample label" textWrap="true"/> | |
| 7 | 7 | <TextField id="TextField" backgroundColor="green" class="elementStyle" hint="" text="Sample textfield" /> | |
| 8 | 8 | <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> | ||
| 10 | 10 | </StackLayout> | |
| 11 | 11 | </ScrollView> | |
| 12 | 12 | </Page> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments