test-kivy-app/kivy_venv/share/kivy-examples/demo/showcase/data/screens/bubbles.kv

34 lines
729 B
Plaintext
Raw Normal View History

2024-09-15 12:12:16 +00:00
ShowcaseScreen:
name: 'Bubbles'
Bubble:
size_hint_y: None
height: self.content_height + self.arrow_margin_y
BubbleContent:
size_hint_y: None
height: self.minimum_height
BubbleButton:
text: 'Cut'
BubbleButton:
text: 'Copy'
BubbleButton:
text: 'Paste'
Widget:
size_hint_y: None
height: '48dp'
BoxLayout:
size_hint_y: None
height: '48dp'
Label:
text: 'Hello'
Bubble:
arrow_pos: 'left_mid'
BubbleContent:
Label:
text: 'World'