KivyMD icon indicating copy to clipboard operation
KivyMD copied to clipboard

KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications. https://youtube.com/c/KivyMD https://twitter.com/Ki...

Results 178 KivyMD issues
Sort by recently updated
recently updated
newest added

in android MDIconButton.set_size calculating bg size is too big i fix it with ` def set_size(self, interval): print("here...") self.width = ( "48sp" if not self.user_font_size else self.user_font_size + sp(25) )...

Platform: Mobile
Status: Needs analysis

### Description of the Feature I want to change the background color of last pressed row. ### Code and Logs from kivy.metrics import dp from kivy.uix.anchorlayout import AnchorLayout from kivymd.app...

Type: Enhancement

### It will be great if there is any way to change the position of MDFloatingActionButtonSpeedDial

Type: Enhancement

### Description of the Bug ### Code and Logs ```python from kivy.lang import Builder from kivymd.app import MDApp from kivymd.uix.screen import Screen from kivymd.uix.button import MDFloatingActionButton KV=''' MDFloatingActionButton: id: microphone...

Status: Needs analysis

### Documentation for Unit tests I could only find code for unit testing the KivyMD app. kivy has a section on how to write unit tests. I wish the KivyMD...

Type: Enhancement

### Description of the Feature The table looks misaligned due to the position of sort icon is left side of the cell header as shown in the image. If the...

Type: Enhancement

### Description of the Feature In **FileManager**, Post this [commit](https://github.com/kivymd/KivyMD/commit/849e3497f5664ce9bd99324f732e2f928ddcc34e), dependence on PIL was removed. Earlier, in [this line](https://github.com/kivymd/KivyMD/commit/849e3497f5664ce9bd99324f732e2f928ddcc34e#diff-6c9a0f13d3103915f8ec0841d86fffbe3901789160f0133e5c758445c94864d7L623) preview of images were displayed as thumbnails. Now, I think Images...

Status: Needs analysis

Tooltip text on mobile devices can be glitched on, and nothing can get rid of them except for restarting the application. Here is a piece of example code which should...

Type: Bug
Status: Needs analysis

Hello, I try to use MDNavigationRailItem in Python code = it means without KV language but it is not possible. A lot of errors appear. If i use the code...

Type: Enhancement

### Demos are not updating. The demos are not updating in [kivymd/binaries](https://github.com/kivymd/storage/tree/binaries), for somedays. Please fix it soon! 🙏

Resolution: Duplicate