first commit
This commit is contained in:
commit
417e54da96
5696 changed files with 900003 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
# NOQA F401
|
||||
from .card import (
|
||||
MDCard,
|
||||
MDCardSwipe,
|
||||
MDCardSwipeFrontBox,
|
||||
MDCardSwipeLayerBox,
|
||||
MDSeparator,
|
||||
)
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,9 @@
|
|||
<MDCardSwipeLayerBox>:
|
||||
md_bg_color: app.theme_cls.divider_color
|
||||
|
||||
|
||||
<MDSeparator>
|
||||
md_bg_color:
|
||||
self.theme_cls.divider_color \
|
||||
if not root.color \
|
||||
else root.color
|
1107
kivy_venv/lib/python3.11/site-packages/kivymd/uix/card/card.py
Normal file
1107
kivy_venv/lib/python3.11/site-packages/kivymd/uix/card/card.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue