fixed a but with newer version of kivymd

This commit is contained in:
janis
2022-10-30 20:23:41 +01:00
parent a20331980f
commit 669279faf3
3 changed files with 5 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ ShowcaseScreen:
on_pre_enter: root.beginUpdating()
md_bg_color: (0, 0, 0, 1)
FloatLayout:
size: root.width, root.height
Label:
text: "Currently Playing"
id: titleinfo
@@ -14,13 +15,13 @@ ShowcaseScreen:
MDProgressBar:
orientation: "horizontal"
value: 100
pos_hint: {"y": 0.3}
pos_hint: {"top": 0.8}
color: (1, 1, 1, 0.5)
MDProgressBar:
id: progressbars
orientation: "horizontal"
value: 0
pos_hint: {"y": 0.3}
pos_hint: {"top": 0.8}
color: app.theme_cls.primary_dark
Label:
id: current_song