mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-09 06:52:35 -04:00
Reverted kivymd to avoid shader crash on Android
This commit is contained in:
parent
1595afaca3
commit
bcd5c37101
97 changed files with 3446 additions and 5827 deletions
|
@ -202,6 +202,7 @@ from kivy.uix.boxlayout import BoxLayout
|
|||
|
||||
from kivymd import uix_path
|
||||
from kivymd.theming import ThemableBehavior
|
||||
from kivymd.uix.behaviors import FakeRectangularElevationBehavior
|
||||
from kivymd.uix.boxlayout import MDBoxLayout
|
||||
from kivymd.uix.card import MDCard
|
||||
from kivymd.uix.floatlayout import MDFloatLayout
|
||||
|
@ -527,5 +528,5 @@ class _BackLayer(BoxLayout):
|
|||
pass
|
||||
|
||||
|
||||
class _FrontLayer(MDCard):
|
||||
class _FrontLayer(MDCard, FakeRectangularElevationBehavior):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue