Reverted kivymd to avoid shader crash on Android

This commit is contained in:
Mark Qvist 2022-10-03 00:46:03 +02:00
parent 1595afaca3
commit bcd5c37101
97 changed files with 3446 additions and 5827 deletions

View file

@ -82,7 +82,7 @@ class MDSlider(ThemableBehavior, Slider):
and defaults to `True`.
"""
hint_bg_color = ColorProperty(None)
hint_bg_color = ColorProperty([0, 0, 0, 0])
"""
Hint rectangle color in (r.g.b.a) format.