1
0

kivy: add camera as IconButton

This commit is contained in:
ThomasV
2016-02-08 11:06:45 +01:00
parent a2ea8db998
commit fe2fdfe400
7 changed files with 25 additions and 9 deletions

View File

@@ -37,6 +37,21 @@
size_hint: 1, None
height: self.minimum_height
<IconButton@Button>:
icon: ''
AnchorLayout:
pos: self.parent.pos
size: self.parent.size
orientation: 'lr-tb'
Image:
source: self.parent.parent.icon
size_hint_x: None
size: '30dp', '30dp'
#########################
# Dialogs
#########################