-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.kv
More file actions
34 lines (26 loc) · 690 Bytes
/
test.kv
File metadata and controls
34 lines (26 loc) · 690 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
<RV>:
viewclass: 'Label'
RecycleBoxLayout:
default_size: None, dp(56)
default_size_hint: 1, None
size_hint_y: None
height: self.minimum_height
orientation: 'vertical'
<NavbarButton>:
background_normal: ''
background_color: 0.145, 0.431, 0.369, 1.
<MainScreen>:
content_frame: content_frame
navbar: navbar
BoxLayout:
orientation: 'vertical'
BoxLayout:
id: navbar
orientation: 'horizontal'
spacing: 1
padding: 1
size_hint_y: 1
BoxLayout:
id: content_frame
orientation: 'vertical'
size_hint_y: 10