-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.kv
44 lines (40 loc) · 991 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
40
41
42
43
44
<ActionBar>
pos_hint: {"top":1}
background_color: "#FF0000"
ActionView:
use_separator: True
ActionPrevious:
title: '[b]Do[color=#00FF00]SB[/color]oX[/b]'
markup: True
app_icon: 'icon.png'
with_previous: False
<TextInput>
size_hint: (0.3, None)
height: "30dp"
background_color: "#220000"
foreground_color: "#AAAAAA"
cursor_color: "#660000"
cursor_width: "10sp"
use_bubble: True
do_wrap: False
bold: True
<ScrollView>
do_scroll_x: False
do_scroll_y: True
size_hint: (0.6, 0.9)
pos_hint: {"left":1}
Label:
id: label
size_hint_y: None
height: self.texture_size[1]
text_size: self.width, None
padding: 10, 10
markup: True
<Button>
size_hint: (0.3, None)
height: "30dp"
background_color: "#660000"
foreground_color: "#AAAAAA"
cursor_color: "#660000"
cursor_width: "10sp"
bold: True