-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.kv
36 lines (32 loc) · 841 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
BoxLayout:
orientation: 'vertical'
ScreenManager:
id: sm
size_hint: 1, 1
MainScreen:
name: "main"
AppsScreen:
name: "apps"
GridLayout:
id: apps_grid
cols: 5
rows: 4
padding: 30
spacing: 50, 30
size_hint: 1, 1
canvas.before:
Color:
rgb: 0,0,0
Rectangle:
pos: self.pos
size: self.size
BoxLayout:
id: bar_icons
size_hint: 1, 0.2
orientation: 'horizontal'
canvas.before:
Color:
rgb: 0.12,0.12,0.12
Rectangle:
pos: self.pos
size: self.size