freechat/freechat-client/share/kivy-examples/demo/showcase/data/screens/bubbles.kv
2020-03-16 19:36:10 -07:00

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'