2022-07-07 22:16:10 +02:00
|
|
|
<_Triangle>:
|
|
|
|
canvas:
|
|
|
|
Color:
|
2022-10-08 17:17:59 +02:00
|
|
|
rgba: app.theme_cls.text_color
|
2022-07-07 22:16:10 +02:00
|
|
|
Triangle:
|
|
|
|
points:
|
|
|
|
[ \
|
|
|
|
self.right-dp(14), self.y+dp(7), \
|
|
|
|
self.right-dp(7), self.y+dp(7), \
|
|
|
|
self.right-dp(7), self.y+dp(14) \
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
<MDDropDownItem>
|
|
|
|
orientation: "vertical"
|
2022-10-08 17:17:59 +02:00
|
|
|
size_hint: None, None
|
|
|
|
size: self.minimum_size
|
2022-07-07 22:16:10 +02:00
|
|
|
spacing: "5dp"
|
|
|
|
padding: "5dp", "5dp", "5dp", 0
|
|
|
|
|
|
|
|
MDBoxLayout:
|
|
|
|
adaptive_size: True
|
|
|
|
spacing: "10dp"
|
|
|
|
|
|
|
|
Label:
|
|
|
|
id: label_item
|
|
|
|
size_hint: None, None
|
|
|
|
size: self.texture_size
|
|
|
|
color: root.theme_cls.text_color
|
|
|
|
disabled_color: root.theme_cls.disabled_hint_text_color
|
|
|
|
font_size: root.font_size
|
|
|
|
|
|
|
|
|
|
|
|
_Triangle:
|
|
|
|
size_hint: None, None
|
|
|
|
size: "20dp", "20dp"
|
|
|
|
|
|
|
|
MDSeparator:
|