Yuri Ivanov
Yuri Ivanov
Fix elevation documentation. The documentation of the elevation behavior module is deprecared.
Dynamic colors are not updated if they were set in Python code. ```python from kivymd.app import MDApp from kivymd.uix.button import MDButton, MDButtonText from kivymd.uix.screen import MDScreen class Example(MDApp): def build(self):...
At the moment, a step with the float type is not supported in the `MDSlider` widget: ```python from kivymd.app import MDApp from kivymd.uix.slider import MDSlider, MDSliderHandle, MDSliderValueLabel class Test(MDApp): def...
Implement the `Search` widget - https://m3.material.io/components/search/overview
Running main.py productive an error + Class not found 'com/google/android/gms/common/GooglePlayServicesUtil' Run on Android from KivyLauncher and run on PyDroid3.6
Fix the examples in the documentation for the Dynamic color module https://kivymd.readthedocs.io/en/latest/components/dynamic-color/#example-of-dynamic-color-from-the-list-of-standard-color-schemes
Update documentation of `MDDropdownMenu` widget https://kivymd.readthedocs.io/en/latest/components/menu/
Update documentation of `MDChip` widget - https://kivymd.readthedocs.io/en/latest/components/chip/
Update the `MDCardSwipeLayerBox` widget to change the dynamic color in the Python code
Update the documentation of the `MDBottomSheet` widget examples - kivymd/uix/bottomsheet/bottomsheet.py