mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Tweaked startup and exit screens
This commit is contained in:
parent
ad00847239
commit
35c8fdbe63
@ -14,9 +14,9 @@ MDNavigationLayout:
|
|||||||
name: "starting_screen"
|
name: "starting_screen"
|
||||||
|
|
||||||
AnchorLayout:
|
AnchorLayout:
|
||||||
|
padding: [dp(0), dp(72), dp(0), dp(0)]
|
||||||
anchor_x: "center"
|
anchor_x: "center"
|
||||||
anchor_y: "center"
|
anchor_y: "center"
|
||||||
padding: dp(64)
|
|
||||||
|
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
spacing: dp(36)
|
spacing: dp(36)
|
||||||
@ -28,9 +28,6 @@ MDNavigationLayout:
|
|||||||
halign: "center"
|
halign: "center"
|
||||||
text: "Please Wait"
|
text: "Please Wait"
|
||||||
font_size: "32dp"
|
font_size: "32dp"
|
||||||
size_hint_y: None
|
|
||||||
text_size: self.width, None
|
|
||||||
height: self.texture_size[1]
|
|
||||||
|
|
||||||
MDIconButton:
|
MDIconButton:
|
||||||
pos_hint: {"center_x": .5, "center_y": .5}
|
pos_hint: {"center_x": .5, "center_y": .5}
|
||||||
@ -42,18 +39,15 @@ MDNavigationLayout:
|
|||||||
halign: "center"
|
halign: "center"
|
||||||
text: "Substantiating Reticulum"
|
text: "Substantiating Reticulum"
|
||||||
font_size: "32dp"
|
font_size: "32dp"
|
||||||
size_hint_y: None
|
|
||||||
text_size: self.width, None
|
|
||||||
height: self.texture_size[1]
|
|
||||||
|
|
||||||
|
|
||||||
MDScreen:
|
MDScreen:
|
||||||
name: "exit_screen"
|
name: "exit_screen"
|
||||||
|
|
||||||
AnchorLayout:
|
AnchorLayout:
|
||||||
|
padding: [dp(0), dp(72), dp(0), dp(0)]
|
||||||
anchor_x: "center"
|
anchor_x: "center"
|
||||||
anchor_y: "center"
|
anchor_y: "center"
|
||||||
padding: dp(64)
|
|
||||||
|
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
spacing: dp(36)
|
spacing: dp(36)
|
||||||
@ -65,13 +59,9 @@ MDNavigationLayout:
|
|||||||
halign: "center"
|
halign: "center"
|
||||||
text: "Please Wait"
|
text: "Please Wait"
|
||||||
font_size: "32dp"
|
font_size: "32dp"
|
||||||
size_hint_y: None
|
|
||||||
text_size: self.width, None
|
|
||||||
height: self.texture_size[1]
|
|
||||||
|
|
||||||
MDIconButton:
|
MDIconButton:
|
||||||
pos_hint: {"center_x": .5, "center_y": .5}
|
pos_hint: {"center_x": .5, "center_y": .5}
|
||||||
# icon: "close-network-outline"
|
|
||||||
icon: "waves"
|
icon: "waves"
|
||||||
icon_size: "72dp"
|
icon_size: "72dp"
|
||||||
|
|
||||||
@ -80,9 +70,6 @@ MDNavigationLayout:
|
|||||||
halign: "center"
|
halign: "center"
|
||||||
text: "Dissolving Reticulum"
|
text: "Dissolving Reticulum"
|
||||||
font_size: "32dp"
|
font_size: "32dp"
|
||||||
size_hint_y: None
|
|
||||||
text_size: self.width, None
|
|
||||||
height: self.texture_size[1]
|
|
||||||
|
|
||||||
|
|
||||||
MDScreen:
|
MDScreen:
|
||||||
|
Loading…
Reference in New Issue
Block a user