1
0

kivy: add status icons, improve requests layout

This commit is contained in:
ThomasV
2015-12-13 10:42:48 +01:00
parent b1704ce911
commit 9caf174d7f
5 changed files with 94 additions and 63 deletions

View File

@@ -10,20 +10,20 @@ from kivy.factory import Factory
Builder.load_string('''
<MenuItem@Button>
background_color: .2, .9, 1, 1
height: '40dp'
height: '48dp'
size_hint: 1, None
<ContextMenu>
size_hint: 1, None
height: '32dp'
#size: 120, 250
height: '48dp'
pos: (0, 0)
show_arrow: False
arrow_pos: 'top_mid'
padding: 0
orientation: 'horizontal'
BoxLayout:
size_hint: 1, 1
height: '40dp'
height: '48dp'
orientation: 'horizontal'
id: buttons
''')