29 lines
508 B
Plaintext
29 lines
508 B
Plaintext
ShowcaseScreen:
|
|
name: 'Bubbles'
|
|
|
|
Bubble:
|
|
size_hint_y: None
|
|
height: '48dp'
|
|
|
|
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'
|
|
Label:
|
|
text: 'World'
|