-
Notifications
You must be signed in to change notification settings - Fork 0
/
Algowangui.kv
59 lines (34 loc) · 1.03 KB
/
Algowangui.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
MDScreen:
MDBottomNavigation:
text_color_normal: 1,1,1,1
text_color_active: 0.5,0.2,0.7,1
MDBottomNavigationItem:
name: 'screen 1'
text: 'Balance'
icon: 'wallet'
badge_icon: "numeric-10"
MDBoxLayout:
MDLabel:
text: app.x
halign: 'center'
MDBottomNavigationItem:
name: 'screen 2'
text: 'Assets'
icon: 'bitcoin'
TwoLineAvatarIconListItem:
halign: 'center'
text: '1 asset'
secondary_text: 'aserto'
IconLeftWidget:
icon: 'key'
MDBottomNavigationItem:
name: 'screen 3'
text: 'Assets'
icon: 'bitcoin'
MDLabel:
text: 'your nft'
halign: 'center'
MDBottomNavigationItem:
name: 'screen 4'
text: 'Settings'
icon: 'security'