kivy: split mainscreen.kv into dynamically loaded .kv files
This commit is contained in:
10
gui/kivy/uix/ui_screens/network.kv
Normal file
10
gui/kivy/uix/ui_screens/network.kv
Normal file
@@ -0,0 +1,10 @@
|
||||
Popup:
|
||||
id: network
|
||||
title: _('Network')
|
||||
BoxLayout:
|
||||
|
||||
Button:
|
||||
size_hint_y: None
|
||||
height: '48dp'
|
||||
text: 'close'
|
||||
on_release: network.dismiss()
|
||||
Reference in New Issue
Block a user