First iteration of the new screens and also added a hotreloader.

This commit is contained in:
simplePCBuilding
2022-03-07 15:51:35 +01:00
parent 0ac77f238f
commit 1397a25707
6 changed files with 20 additions and 11 deletions

View File

@@ -11,11 +11,13 @@ MDScreen:
font_size: 40
color: app.theme_cls.primary_color
FloatLayout:
Label:
text: "Starting..."
pos_hint: {"y":0.1}
BoxLayout:
pos_hint: {"center_y": .3, "center_x": .5}
padding: "10dp"
size_hint_x: .7
MDProgressBar:
id: progress
orientation: "horizontal"