-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.kv
39 lines (34 loc) · 911 Bytes
/
main.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
#:kivy 1.0.9
<MDBoxLayout>:
orientation: 'vertical'
minimum_width: 100
# pos_hint: {'center_x': 0.5,'center_y': 0.5}
<MDChip>:
line_color: app.theme_cls.disabled_hint_text_color
<MDLabel>:
adaptive_height: True
minimum_height: 30
MDBoxLayout:
valign: 'center'
orientation: "vertical"
# adaptive_size: True
# pos_hint: {"center_x": 1, "center_y": 1}
MDBoxLayout:
orientation: 'horizontal'
adaptive_height: True
minimum_height: 60
padding: 30, 10
MDTextField:
id: lemma_field
mode: 'rectangle'
hint_text: 'testing'
MDIconButton:
icon: 'magnify'
on_release: app.search()
AnchorLayout:
anchor_x: 'center'
anchor_y: 'center'
padding: 25, 10, 25, 25
MDCard:
DataCard:
id: datacard