File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
apps/app/ui-tests-app/flexbox Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export function pageLoaded(args: EventData) {
14
14
examples . set ( "flexboxdemo" , "flexbox/flexbox-demo" ) ;
15
15
examples . set ( "flexrepeat" , "flexbox/flexbox-repeater" ) ;
16
16
examples . set ( "flex-perf" , "flexbox/flexbox-perf-comparison" ) ;
17
+ examples . set ( "flexbox-4143" , "flexbox/flexbox-4143" ) ;
17
18
18
19
let viewModel = new FlexboxMainPageViewModel ( wrapLayout , examples ) ;
19
20
page . bindingContext = viewModel ;
You can’t perform that action at this time.
0 commit comments