How do you use elevation in KivyMD to elevate a rounded icon button?
I just can’t seem to make this work in my KivyMD project. I have read the documentation several times but I can’t figure out how to get it how I want. This my python code:
KivyMD ToggleButton: AttributeError: ‘ThemeManager’ object has no attribute ‘primary_dark’
I am currently trying to implement a toggle button in my KivyMD app, yet cannot make it work.
I tried running the example shown in the documentation, however I constantly receive the error AttributeError: 'ThemeManager' object has no attribute 'primary_dark'
.
Even after replacing the MDRectangleFlatButton
class with the normal MDButton
class or removing the line self.background_down = self.theme_cls.primary_light
this error still prevails.
Why add widget to scrollview not working in python kivy
Python file
How do I make a trailing button in MDListItem in kivymd 2.0.1
I have recently updated my kivymd to 2.0.1 and I have run into a problem. I cannot make a trailing button in MDListItem the same way I could in earlier versions. The only documentation I found talks about MDListItemTrailing Icon.
Kivymd 2.0.1.dev0 how to increase MDIcon size
Kivymd==2.0.1.dev0 (master for now)
My kivy and kivymd app won´t run, I have tried anything
I found this app in youtube and I need to make it work, but it just won´t, I have uninstalled and installed again Kivy (2.0.1) annd KivyMD (2.0.0), I have re-write my code like four times already, even corrected all mistakes in my kv file, but it still won´t work, it opens the app but then it closes itself, I need this ready by monday cause its for my school, please help me.
Error in kivymd: Unknown class
hey guys im new in kivy so excuse me if it was a silly question, i have an error in kivymd that says: Unknown class i have the library(kivymd) and kivy library
hey guys im new in kivy so excuse me if it was a silly question, i have an error in kivymd that says: Unknown class i have the library
hey guys im new in kivy so excuse me if it was a silly question, i have an error in kivymd that says: Unknown class i have the library(kivymd) and kivy library
Why KivyMD adding to icons and to check boxes in the lest item
i I followed the kivymd 1.1.1 docs for how to make a list and add an item to it and i spent to days trying to fix the it and i did not found any solution that is my code what’s the problem in the code
TextInput State
this is my python file content i made a mysql data base and connected it to the program and i have a problem with the home screen because i am trying to make a search bar