-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditar_receita_screen.kv
84 lines (75 loc) · 3.04 KB
/
editar_receita_screen.kv
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<Ingredientes@MDFloatLayout>:
orientation: "vertical"
ScrollView:
MDBoxLayout:
orientation: "vertical"
size_hint_y: None
height: self.minimum_height
MDFloatLayout:
size_hint_y: None
MDCard:
size_hint: .75, None
height: 100
pos_hint: {"center_x": .5, "center_y": .5}
elevation: 10
MDFloatLayout:
MDLabel:
text: "Tempo de preparo:"
pos_hint: {"center_x": .55, "center_y": .5}
MDTextField:
size_hint: .5, None
pos_hint: {"center_x": .70, "center_y": .5}
icon_left: "close"
hint_text: "Ex:3h34min"
MDFloatLayout:
size_hint_y: None
MDCard:
size_hint: .70, None
pos_hint: {"center_x": .5, "center_y": .4}
elevation: 10
MDFloatLayout:
MDLabel:
text: "Rendimento:"
pos_hint: {"center_x": .60, "center_y": .5}
MDTextField:
size_hint: .5, None
pos_hint: {"center_x": .65, "center_y": .5}
icon_left: "close"
hint_text: "Quantidade"
MDFloatLayout:
size_hint_y: None
MDCard:
size_hint: .65, None
pos_hint: {"center_x": .5, "center_y": .3}
elevation: 10
orientation: "vertical"
MDLabel:
text: "Dificuldade"
halign: "center"
MDFloatLayout:
CheckDificuldades:
pos_hint: {"center_x": .25, "center_y": .5}
CheckDificuldades:
pos_hint: {"center_x": .5, "center_y": .5}
CheckDificuldades:
pos_hint: {"center_x": .75, "center_y": .5}
MDFloatLayout:
pos_hint: {"center_x": .95}
MDLabel:
text: 'Fácil'
pos_hint: {"center_x": .25, "center_y": .6}
MDLabel:
text: "Médio"
pos_hint: {"center_x": .49, "center_y": .6}
MDLabel:
text: "Difícil"
pos_hint: {"center_x": .74, "center_y": .6}
<CheckDificuldades@MDCheckbox>:
group: "dificuldade"
size_hint: None, None
<ModoDePreparo@MDScreen>:
name: "modo_de_preparo_screen"
MDBoxLayout:
MDLabel:
text: "preparo"
halign: "center"