mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
#:import STD_INC kivymd.material_resources.STANDARD_INCREMENT
|
|
|
|
|
|
<RightContent>
|
|
adaptive_width: True
|
|
|
|
|
|
<MDMenuItemIcon>
|
|
|
|
IconLeftWidget:
|
|
id: icon_widget
|
|
icon: root.icon
|
|
|
|
|
|
<MDMenu>
|
|
size_hint: None, None
|
|
width: root.width_mult * STD_INC
|
|
bar_width: 0
|
|
key_viewclass: "viewclass"
|
|
key_size: "height"
|
|
|
|
RecycleBoxLayout:
|
|
padding: 0, "4dp", 0, "4dp"
|
|
default_size: None, dp(48)
|
|
default_size_hint: 1, None
|
|
size_hint_y: None
|
|
height: self.minimum_height
|
|
orientation: "vertical"
|
|
|
|
|
|
<MenuContainer@MDCard+FakeRectangularElevationBehavior>
|
|
|
|
|
|
<MDDropdownMenu>
|
|
|
|
MenuContainer:
|
|
id: card
|
|
orientation: "vertical"
|
|
elevation: root.elevation
|
|
size_hint: None, None
|
|
size: md_menu.size[0], md_menu.size[1] + content_header.height
|
|
pos: md_menu.pos
|
|
opacity: md_menu.opacity
|
|
radius: root.radius
|
|
md_bg_color:
|
|
root.background_color \
|
|
if root.background_color else root.theme_cls.bg_dark
|
|
|
|
MDBoxLayout:
|
|
id: content_header
|
|
adaptive_size: True
|
|
|
|
MDMenu:
|
|
id: md_menu
|
|
drop_cls: root
|
|
width_mult: root.width_mult
|
|
size_hint: None, None
|
|
size: 0, 0
|
|
opacity: 0
|