1
0

kivy: split mainscreen.kv into dynamically loaded .kv files

This commit is contained in:
ThomasV
2015-10-06 09:59:29 +02:00
parent d68042e76e
commit 65ecbf990d
15 changed files with 1428 additions and 563 deletions

View File

@@ -0,0 +1,10 @@
Popup:
id: network
title: _('Network')
BoxLayout:
Button:
size_hint_y: None
height: '48dp'
text: 'close'
on_release: network.dismiss()