This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
/
geogramint.kv
69 lines (65 loc) · 2.36 KB
/
geogramint.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
#:include mapfiles/map.kv
MDBoxLayout:
MDBoxLayout:
MDBoxLayout:
MDFloatLayout:
spacing: 100
MDRaisedButton:
id: Start
text: "[b]Start Search[/b]"
md_bg_color: 0, 0.4, 1, 0.9
pos_hint:{'center_y': 0.95, 'center_x': 0.5}
MDLabel:
text: "Users"
font_size: "28sp"
font_name: "appfiles/Teko-SemiBold.ttf"
pos_hint:{'center_y': 0.88, 'center_x': 0.88}
ScrollView:
do_scroll_x: False
do_scroll_y: True
pos_hint:{'center_y': 0.35}
scroll_distance: 100
MDList:
id: usersList
size: self.size
MDFillRoundFlatIconButton:
id: settings
text: " "
icon: ""
pos_hint:{'bottom': 1, 'left': 1}
md_bg_color: 0.9, 0.9, 0.9, 0.8
Image:
source: 'appfiles/settings.png'
y: self.parent.y
x: self.parent.x
MDBoxLayout:
MDFloatLayout:
MDRaisedButton:
id: Reset
text: "[b]Reset[/b]"
md_bg_color: 0.95, 0.2, 0.2, 0.9
pos_hint:{'center_y': 0.95, 'center_x': 0.5}
MDLabel:
text: "Groups"
font_size: "28sp"
font_name: "appfiles/Teko-SemiBold.ttf"
pos_hint:{'center_y': 0.88, 'center_x': 0.88}
ScrollView:
do_scroll_x: False
do_scroll_y: True
pos_hint:{'center_y': 0.35, 'center_x': 0.5}
scroll_distance: 100
MDList:
id: groupsList
MDFloatLayout:
id: mapzone
Map:
id: mapview
pos_hint: {'right': 1}
MDTextField:
id: searchInput
size_hint: 0.3, None
pos_hint: {'top': 1,'right': 1}
helper_text_mode: "on_error"
helper_text: "Wrong format"
hint_text: "Coordinates"