mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 05:20:36 +01:00
Updated info view
This commit is contained in:
parent
f6edbb6bb6
commit
b1ba730abb
@ -740,6 +740,7 @@ MDNavigationLayout:
|
|||||||
orientation: "vertical"
|
orientation: "vertical"
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
height: self.minimum_height
|
height: self.minimum_height
|
||||||
|
spacing: dp(35)
|
||||||
padding: [dp(35), dp(32), dp(35), dp(16)]
|
padding: [dp(35), dp(32), dp(35), dp(16)]
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
@ -749,6 +750,11 @@ MDNavigationLayout:
|
|||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
text_size: self.width, None
|
text_size: self.width, None
|
||||||
height: self.texture_size[1]
|
height: self.texture_size[1]
|
||||||
|
|
||||||
|
MDIconButton:
|
||||||
|
pos_hint: {"center_x": .5, "center_y": .5}
|
||||||
|
icon: "assets/rns_256.png"
|
||||||
|
icon_size: "256dp"
|
||||||
|
|
||||||
|
|
||||||
MDScreen:
|
MDScreen:
|
||||||
|
Loading…
Reference in New Issue
Block a user