2022-07-07 22:16:10 +02:00
|
|
|
<MDSegmentedControlItem>
|
|
|
|
adaptive_height: True
|
|
|
|
halign: "center"
|
|
|
|
pos_hint: {"center_y": .5}
|
|
|
|
markup: True
|
|
|
|
|
|
|
|
|
|
|
|
<MDSegmentedControl>
|
|
|
|
size_hint: None, None
|
|
|
|
size: segment_panel.size
|
|
|
|
|
|
|
|
SegmentSwitch:
|
|
|
|
id: segment_switch
|
|
|
|
height: segment_panel.height - dp(12)
|
|
|
|
pos_hint: {"center_y": .5}
|
|
|
|
x: root._segment_switch_x
|
|
|
|
md_bg_color: root.segment_color
|
2022-10-02 17:16:59 +02:00
|
|
|
elevation: 2
|
2022-07-07 22:16:10 +02:00
|
|
|
_radius: root.radius[0] - 4
|
2022-10-02 17:16:59 +02:00
|
|
|
width:
|
|
|
|
segment_panel.width / segment_panel.children_number \
|
|
|
|
- segment_panel.spacing
|
2022-07-07 22:16:10 +02:00
|
|
|
|
|
|
|
SegmentPanel:
|
|
|
|
id: segment_panel
|
|
|
|
radius: 12
|
|
|
|
spacing: "12dp"
|
|
|
|
padding: "12dp"
|
|
|
|
size_hint: None, None
|
|
|
|
size: "320dp", root.segment_panel_height
|