-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathperditubes.kv
More file actions
44 lines (41 loc) · 999 Bytes
/
perditubes.kv
File metadata and controls
44 lines (41 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<Mensagem>:
canvas:
Rectangle:
source: 'manipular_historia/img/fundo_mensagem.png'
size: self.size
BoxLayout:
orientation:'vertical'
ScrollView:
BoxLayout:
id:box
orientation:'vertical'
size_hint_y:None
height:self.minimum_height
BoxLayout:
size_hint_y: None
orientation:'vertical'
height:10
canvas:
Color:
rgb:.5, .5, 1.0
Rectangle:
pos: 0, 0
size: self.size
Label:
font_size:10
text:'Menu'
<Entrada>:
canvas:
Rectangle:
source: 'manipular_historia/img/fundo_mensagem.png'
size: self.size
Label:
text:'Carregando... :)'
<PersonFala>:
size_hint_y:None
height:self.minimum_height
<EuFala>:
size_hint_y: None
height:self.minimum_height
Label:
id:lab