|
| 1 | +Screens: |
| 2 | + HomeScreen_3: |
| 3 | + Properties: |
| 4 | + LoadingSpinnerColor: =RGBA(56, 96, 178, 1) |
| 5 | + OnVisible: |+ |
| 6 | + =Set( |
| 7 | + Formvisible, |
| 8 | + false |
| 9 | + ); |
| 10 | +
|
| 11 | +
|
| 12 | + Children: |
| 13 | + - Main Container_3: |
| 14 | + Control: GroupContainer@1.3.0 |
| 15 | + Variant: AutoLayout |
| 16 | + Properties: |
| 17 | + Height: =Parent.Height |
| 18 | + LayoutAlignItems: =LayoutAlignItems.Stretch |
| 19 | + LayoutDirection: =LayoutDirection.Vertical |
| 20 | + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween |
| 21 | + Width: =Parent.Width |
| 22 | + Children: |
| 23 | + - Header Container_3: |
| 24 | + Control: GroupContainer@1.3.0 |
| 25 | + Variant: AutoLayout |
| 26 | + Properties: |
| 27 | + AlignInContainer: =AlignInContainer.SetByContainer |
| 28 | + Fill: =Color.SkyBlue |
| 29 | + FillPortions: =0 |
| 30 | + Height: =80 |
| 31 | + LayoutDirection: =LayoutDirection.Horizontal |
| 32 | + Y: =30 |
| 33 | + Children: |
| 34 | + - Label1_3: |
| 35 | + Control: Label@2.5.1 |
| 36 | + Properties: |
| 37 | + Align: =Align.Justify |
| 38 | + AlignInContainer: =AlignInContainer.Center |
| 39 | + BorderColor: =RGBA(0, 18, 107, 1) |
| 40 | + Color: =RGBA(255, 255, 255, 1) |
| 41 | + FillPortions: =1 |
| 42 | + Font: =Font.'Open Sans' |
| 43 | + Height: =Parent.Height |
| 44 | + PaddingRight: =20 |
| 45 | + Size: =Switch(HomeScreen_3.Size,4,30,3,20,2,15,1,10) |
| 46 | + Text: =" Your Text here" |
| 47 | + Width: =600 |
| 48 | + - Label2_3: |
| 49 | + Control: Label@2.5.1 |
| 50 | + Properties: |
| 51 | + Align: =Align.Right |
| 52 | + BorderColor: =RGBA(0, 18, 107, 1) |
| 53 | + Color: =RGBA(255, 255, 255, 1) |
| 54 | + FillPortions: =1 |
| 55 | + Font: =Font.'Open Sans' |
| 56 | + Height: =Parent.Height |
| 57 | + PaddingRight: =20 |
| 58 | + Size: =Switch(HomeScreen_3.Size,4,30,3,20,2,15,1,10) |
| 59 | + Text: ="your name logic here" |
| 60 | + - Container4_3: |
| 61 | + Control: GroupContainer@1.3.0 |
| 62 | + Variant: AutoLayout |
| 63 | + Properties: |
| 64 | + AlignInContainer: =AlignInContainer.SetByContainer |
| 65 | + LayoutDirection: =LayoutDirection.Horizontal |
| 66 | + Children: |
| 67 | + - gal_home_3: |
| 68 | + Control: Gallery@2.15.0 |
| 69 | + Variant: BrowseLayout_Vertical_TwoTextOneImageTwoColumnOverlayVariant_ver5.0 |
| 70 | + Properties: |
| 71 | + AlignInContainer: =AlignInContainer.Start |
| 72 | + BorderColor: =RGBA(0, 18, 107, 1) |
| 73 | + DelayItemLoading: =true |
| 74 | + FillPortions: =0 |
| 75 | + Height: =Parent.Height |
| 76 | + Items: |- |
| 77 | + =[ |
| 78 | + { |
| 79 | + Title: "Your Title", |
| 80 | + Image: "your image here", |
| 81 | + Screen: "yourscreen" |
| 82 | + }, |
| 83 | + { |
| 84 | + Title: "Your Title", |
| 85 | + Image: "your image here", |
| 86 | + Screen: "yourscreen" |
| 87 | +
|
| 88 | + },{ |
| 89 | + Title: "Your Title", |
| 90 | + Image: "your image here", |
| 91 | + Screen: "yourscreen" |
| 92 | +
|
| 93 | + }, |
| 94 | + { |
| 95 | + Title: "Your Title", |
| 96 | + Image: "your image here", |
| 97 | + Screen: "yourscreen" |
| 98 | +
|
| 99 | + }, |
| 100 | + { |
| 101 | + Title: "Your Title", |
| 102 | + Image: "your image here", |
| 103 | + Screen: "yourscreen" |
| 104 | +
|
| 105 | + }, |
| 106 | + { |
| 107 | + Title: "Your Title", |
| 108 | + Image: "your image here", |
| 109 | + Screen: "yourscreen" |
| 110 | +
|
| 111 | + }, |
| 112 | + { |
| 113 | + Title: "Your Title", |
| 114 | + Image: "your image here", |
| 115 | + Screen: "yourscreen" |
| 116 | +
|
| 117 | + }, |
| 118 | + { |
| 119 | + Title: "Your Title", |
| 120 | + Image: "your image here", |
| 121 | + Screen: "yourscreen" |
| 122 | +
|
| 123 | + }] |
| 124 | + LoadingSpinner: =LoadingSpinner.Data |
| 125 | + ShowScrollbar: =false |
| 126 | + TemplatePadding: =20 |
| 127 | + Transition: =Transition.Pop |
| 128 | + Width: =Parent.Width |
| 129 | + WrapCount: | |
| 130 | + =HomeScreen_3.Size |
| 131 | + Children: |
| 132 | + - img_home_3: |
| 133 | + Control: Image@2.2.3 |
| 134 | + Properties: |
| 135 | + BorderColor: =RGBA(0, 18, 107, 1) |
| 136 | + Height: =200 |
| 137 | + Image: =ThisItem.Image |
| 138 | + ImagePosition: =ImagePosition.Fill |
| 139 | + OnSelect: =Select(Parent) |
| 140 | + RadiusBottomLeft: =8 |
| 141 | + RadiusBottomRight: =8 |
| 142 | + RadiusTopLeft: =8 |
| 143 | + RadiusTopRight: =8 |
| 144 | + Width: =200 |
| 145 | + X: =38 |
| 146 | + Y: =26 |
| 147 | + - Overlay1_3: |
| 148 | + Control: Rectangle@2.3.0 |
| 149 | + Properties: |
| 150 | + BorderColor: =RGBA(0, 18, 107, 1) |
| 151 | + Fill: =RGBA(219, 219, 219, 1) |
| 152 | + Height: =52 |
| 153 | + OnSelect: =Select(Parent) |
| 154 | + Width: =276 |
| 155 | + X: =20 |
| 156 | + Y: =253 |
| 157 | + - but_homenavigate_3: |
| 158 | + Control: Classic/Button@2.2.0 |
| 159 | + Properties: |
| 160 | + BorderColor: =Color.SkyBlue |
| 161 | + Color: =RGBA(255, 255, 255, 1) |
| 162 | + DisabledBorderColor: =RGBA(166, 166, 166, 1) |
| 163 | + Fill: =Color.Transparent |
| 164 | + Font: =Font.'Open Sans' |
| 165 | + Height: =316 |
| 166 | + HoverBorderColor: =ColorFade(Self.BorderColor, 20%) |
| 167 | + HoverColor: =Color.Transparent |
| 168 | + HoverFill: =Color.Transparent |
| 169 | + OnSelect: = |
| 170 | + PressedBorderColor: =Self.Fill |
| 171 | + PressedColor: =Self.Fill |
| 172 | + PressedFill: =Self.Color |
| 173 | + Text: = |
| 174 | + Width: =316 |
| 175 | + - txt_overlay_3: |
| 176 | + Control: Label@2.5.1 |
| 177 | + Properties: |
| 178 | + Align: =Align.Center |
| 179 | + BorderColor: =RGBA(0, 0, 0, 1) |
| 180 | + Color: =RGBA(255, 255, 255, 1) |
| 181 | + Font: =Font.'Open Sans' |
| 182 | + FontWeight: =FontWeight.Semibold |
| 183 | + Height: =52 |
| 184 | + OnSelect: =Select(Parent) |
| 185 | + PaddingBottom: =0 |
| 186 | + PaddingLeft: =0 |
| 187 | + PaddingRight: =0 |
| 188 | + PaddingTop: =0 |
| 189 | + Size: =20 |
| 190 | + Text: =ThisItem.Title |
| 191 | + Width: =276 |
| 192 | + Y: =253 |
0 commit comments