Screens:
Screen1:
Properties:
Fill: =RGBA(255, 255, 255, 1)
LoadingSpinnerColor: =RGBA(0, 120, 212, 1)
Children:
- Container2:
Control: GroupContainer@1.3.0
Variant: AutoLayout
Properties:
Height: =Parent.Height
LayoutDirection: =LayoutDirection.Vertical
Width: =Parent.Width
Children:
- Rectangle1:
Control: Rectangle@2.3.0
Properties:
BorderColor: =RGBA(0, 0, 0, 0)
BorderStyle: =BorderStyle.None
BorderThickness: =2
DisabledFill: =RGBA(161, 159, 157, 1)
Fill: =RGBA(0, 120, 212, 1)
FocusedBorderThickness: =4
Height: =Container2.Height*0.2
HoverFill: =RGBA(0, 120, 212, 1)
LayoutMaxHeight: =0
LayoutMaxWidth: =0
LayoutMinHeight: =16
LayoutMinWidth: =16
PressedFill: =RGBA(0, 120, 212, 1)
Width: =Container2.Width
X: =Rectangle1.Width*0.5-Self.Width*0.5
Y: =(Rectangle1.Height*0.5)-(Self.Height*0.5)
- Rectangle2:
Control: Rectangle@2.3.0
Properties:
BorderColor: =RGBA(0, 0, 0, 0)
BorderStyle: =BorderStyle.None
BorderThickness: =2
DisabledFill: =RGBA(161, 159, 157, 1)
Fill: =RGBA(255, 191, 0, 1)
FocusedBorderThickness: =4
Height: =If(App.ActiveScreen.Size=4,Container2.Height-Rectangle1.Height, Container2.Height*0.2)
HoverFill: =RGBA(0, 120, 212, 1)
LayoutMaxHeight: =0
LayoutMaxWidth: =0
LayoutMinHeight: =16
LayoutMinWidth: =16
PressedFill: =RGBA(0, 120, 212, 1)
Width: =If(App.ActiveScreen.Size=4,Container2.Width*0.1, Container2.Width)
Y: =If(App.ActiveScreen.Size=4, Container2.Height-Self.Height,Container2.Height-Self.Height)
- Rectangle3:
Control: Rectangle@2.3.0
Properties:
BorderColor: =RGBA(0, 0, 0, 0)
BorderStyle: =BorderStyle.None
BorderThickness: =2
DisabledFill: =RGBA(161, 159, 157, 1)
Fill: =RGBA(176, 18, 126, 1)
FocusedBorderThickness: =4
Height: =If(App.ActiveScreen.Size = 4, Container2.Height-Rectangle1.Height,Container2.Height-Rectangle1.Height-Rectangle2.Height)
HoverFill: =RGBA(0, 120, 212, 1)
LayoutMaxHeight: =0
LayoutMaxWidth: =0
LayoutMinHeight: =16
LayoutMinWidth: =16
PressedFill: =RGBA(0, 120, 212, 1)
Width: =If(App.ActiveScreen.Size = 4, Container2.Width-Rectangle2.Width,Container2.Width)
X: =If(App.ActiveScreen.Size = 4, Rectangle2.Width, 0)
Y: =Rectangle1.Height
And here is the result I got: