Skip to content

Commit d6d016b

Browse files
Include test page for issue 4143
1 parent 90a0da2 commit d6d016b

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.bg-background {
2+
background-image: url("~/ui-tests-app/image-view/gravatar.png");
3+
background-position: center;
4+
background-repeat: no-repeat;
5+
background-size: cover;
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
2+
<FlexboxLayout flexDirection="column" class="legend-wrapper bg-background" flexGrow="1">
3+
<Label text="TyFitt" class="title"></Label>
4+
<Label text="Workout is a life style." class="legend"></Label>
5+
</FlexboxLayout>
6+
</Page>

apps/app/ui-tests-app/flexbox/flexbox-main-page.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function pageLoaded(args: EventData) {
1414
examples.set("flexboxdemo", "flexbox/flexbox-demo");
1515
examples.set("flexrepeat", "flexbox/flexbox-repeater");
1616
examples.set("flex-perf", "flexbox/flexbox-perf-comparison");
17+
examples.set("flexbox-4143", "flexbox/flexbox-4143");
1718

1819
let viewModel = new FlexboxMainPageViewModel(wrapLayout, examples);
1920
page.bindingContext = viewModel;

0 commit comments

Comments
 (0)