Beta-1.0.2:

- added more keyboard shortcuts & some backend optimisations
This commit is contained in:
janis
2022-03-11 20:17:37 +01:00
parent f1f3d5461c
commit 1773eb882e
3 changed files with 52 additions and 27 deletions

View File

@@ -103,10 +103,17 @@ RootScreen:
md_bg_color: app.theme_cls.accent_color
GridLayout:
cols: 1
Label:
text: "MusicPlayer"
font_size: 40
color: app.theme_cls.primary_color
GridLayout:
cols: 1
Label:
text: "MusicPlayer"
font_size: 40
color: app.theme_cls.primary_color
Label:
text: "playing song will appear here"
id: current_song
font_size: 25
color: app.theme_cls.primary_dark
FloatLayout:
GridLayout:
size_hint: 0.8, 0.9
@@ -151,7 +158,6 @@ RootScreen:
root.manager.transition.direction = "left"
<ShowcaseS>:
on_pre_enter: root.screen_updater_start()
name: "Showcase"
md_bg_color: (0, 0, 0, 1)
FloatLayout:
@@ -194,4 +200,7 @@ RootScreen:
root.manager.transition.direction = "right"
<SettingsS>:
name: "Settings"
name: "Settings"
md_bg_color: app.theme_cls.accent_color
ToggleButton:
text: "Songinfo = Filename"