generated from nj-ramadhan/labtek-mbd-pykivy-geo-resistivity-meter-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
screen_splash.kv
52 lines (44 loc) · 1.24 KB
/
screen_splash.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
#:kivy 2.1.0
<ScreenSplash>:
MDBoxLayout:
orientation: 'vertical'
padding: 20
spacing: 20
MDLabel:
text: 'PIPE BENDING CNC MACHINE'
halign: 'center'
valign: 'middle'
font_style: 'H4'
size_hint_y: 0.2
MDBoxLayout:
orientation: 'horizontal'
spacing: 30
padding: 50
size_hint_y: 0.2
Image:
id: logo
source:'asset/logo_rafindo.png'
allow_stretch: True
Image:
id: logo
source:'asset/logo_polman.png'
allow_stretch: True
MDProgressBar:
id: progress_bar
padding: 100
size_hint_y: 0.02
max: 100
value: 1
MDLabel:
id: progress_bar_label
text: 'Loading.. [0 %]'
halign: 'center'
valign: 'middle'
font_style: 'H5'
size_hint_y: 0.1
MDLabel:
text: 'Developed by Polman Bandung & Rafindo Raya, Copyrights @2024'
halign: 'center'
valign: 'middle'
font_style: 'H6'
size_hint_y: 0.1