Merge pull request #52 from jaicis/kivyfixes
worked on fixing network UI or changed requirement.txt file
This commit is contained in:
commit
0cdfdfbcd0
|
@ -6,11 +6,10 @@ idna==2.8
|
||||||
isort==4.3.21
|
isort==4.3.21
|
||||||
Kivy==1.11.1
|
Kivy==1.11.1
|
||||||
Kivy-Garden==0.1.4
|
Kivy-Garden==0.1.4
|
||||||
git+https://github.com/surbhicis/KivyMD-1
|
-e git+https://github.com/surbhicis/KivyMD-1#egg=kivymd
|
||||||
lazy-object-proxy==1.4.3
|
lazy-object-proxy==1.4.3
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
Pillow==6.1.0
|
Pillow==6.1.0
|
||||||
pkg-resources==0.0.0
|
|
||||||
pydenticon==0.3.1
|
pydenticon==0.3.1
|
||||||
Pygments==2.4.2
|
Pygments==2.4.2
|
||||||
pylint==2.4.4
|
pylint==2.4.4
|
||||||
|
|
|
@ -15,16 +15,16 @@
|
||||||
OneLineListItem:
|
OneLineListItem:
|
||||||
text: "Total Connections"
|
text: "Total Connections"
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
AnchorLayout:
|
orientation: 'vertical'
|
||||||
MDRaisedButton:
|
size_hint_y: None
|
||||||
size_hint: .6, .3
|
height: dp(58)
|
||||||
height: dp(40)
|
MDRaisedButton:
|
||||||
MDLabel:
|
size_hint: .5, 0
|
||||||
font_style: 'H6'
|
height: dp(40)
|
||||||
text: root.text_variable_1
|
text: root.text_variable_1
|
||||||
font_size: '13sp'
|
elevation_normal: 2
|
||||||
color: (1,1,1,1)
|
opposite_colors: True
|
||||||
halign: 'center'
|
pos_hint: {'center_x': .5}
|
||||||
Tab:
|
Tab:
|
||||||
text: 'Processes'
|
text: 'Processes'
|
||||||
ScrollView:
|
ScrollView:
|
||||||
|
@ -36,52 +36,52 @@
|
||||||
OneLineListItem:
|
OneLineListItem:
|
||||||
text: "person-to-person"
|
text: "person-to-person"
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
AnchorLayout:
|
orientation: 'vertical'
|
||||||
MDRaisedButton:
|
size_hint_y: None
|
||||||
size_hint: .7, .55
|
height: dp(58)
|
||||||
height: dp(40)
|
MDRaisedButton:
|
||||||
MDLabel:
|
size_hint: .5, 0
|
||||||
font_style: 'H6'
|
height: dp(40)
|
||||||
text: root.text_variable_2
|
text: root.text_variable_2
|
||||||
font_size: '13sp'
|
elevation_normal: 2
|
||||||
color: (1,1,1,1)
|
opposite_colors: True
|
||||||
halign: 'center'
|
pos_hint: {'center_x': .5}
|
||||||
OneLineListItem:
|
OneLineListItem:
|
||||||
text: "Brodcast"
|
text: "Brodcast"
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
AnchorLayout:
|
orientation: 'vertical'
|
||||||
MDRaisedButton:
|
size_hint_y: None
|
||||||
size_hint: .7, .55
|
height: dp(58)
|
||||||
height: dp(40)
|
MDRaisedButton:
|
||||||
MDLabel:
|
size_hint: .5, 0
|
||||||
font_style: 'H6'
|
height: dp(40)
|
||||||
text: root.text_variable_3
|
text: root.text_variable_3
|
||||||
font_size: '13sp'
|
elevation_normal: 2
|
||||||
color: (1,1,1,1)
|
opposite_colors: True
|
||||||
halign: 'center'
|
pos_hint: {'center_x': .5}
|
||||||
OneLineListItem:
|
OneLineListItem:
|
||||||
text: "publickeys"
|
text: "publickeys"
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
AnchorLayout:
|
orientation: 'vertical'
|
||||||
MDRaisedButton:
|
size_hint_y: None
|
||||||
size_hint: .7, .55
|
height: dp(58)
|
||||||
height: dp(40)
|
MDRaisedButton:
|
||||||
MDLabel:
|
size_hint: .5, 0
|
||||||
font_style: 'H6'
|
height: dp(40)
|
||||||
text: root.text_variable_4
|
text: root.text_variable_4
|
||||||
font_size: '13sp'
|
elevation_normal: 2
|
||||||
color: (1,1,1,1)
|
opposite_colors: True
|
||||||
halign: 'center'
|
pos_hint: {'center_x': .5}
|
||||||
OneLineListItem:
|
OneLineListItem:
|
||||||
text: "objects"
|
text: "objects"
|
||||||
BoxLayout:
|
BoxLayout:
|
||||||
AnchorLayout:
|
orientation: 'vertical'
|
||||||
MDRaisedButton:
|
size_hint_y: None
|
||||||
size_hint: .7, .55
|
height: dp(58)
|
||||||
height: dp(40)
|
MDRaisedButton:
|
||||||
MDLabel:
|
size_hint: .5, 0
|
||||||
font_style: 'H6'
|
height: dp(40)
|
||||||
text: root.text_variable_5
|
text: root.text_variable_5
|
||||||
font_size: '13sp'
|
elevation_normal: 2
|
||||||
color: (1,1,1,1)
|
opposite_colors: True
|
||||||
halign: 'center'
|
pos_hint: {'center_x': .5}
|
||||||
|
|
Reference in New Issue
Block a user