mirror of
https://github.com/markqvist/Sideband.git
synced 2025-09-19 04:14:43 -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
|
@ -132,11 +132,11 @@ from kivy.properties import BooleanProperty, ObjectProperty
|
|||
from kivy.uix.image import AsyncImage
|
||||
from kivy.uix.widget import Widget
|
||||
|
||||
from kivymd.uix.behaviors import StencilBehavior
|
||||
from kivymd.uix.boxlayout import MDBoxLayout
|
||||
from kivymd.uix.templates import StencilWidget
|
||||
|
||||
|
||||
class FitImage(MDBoxLayout, StencilBehavior):
|
||||
class FitImage(MDBoxLayout, StencilWidget):
|
||||
source = ObjectProperty()
|
||||
"""
|
||||
Filename/source of your image.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue