First iteration of the new screens and also added a hotreloader.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user