|
|
|
@ -6,13 +6,11 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SendScreen: |
|
|
|
SendScreen: |
|
|
|
|
|
|
|
|
|
|
|
id: s |
|
|
|
id: s |
|
|
|
name: 'send' |
|
|
|
name: 'send' |
|
|
|
address: '' |
|
|
|
address: '' |
|
|
|
amount: '' |
|
|
|
amount: '' |
|
|
|
message: '' |
|
|
|
message: '' |
|
|
|
|
|
|
|
|
|
|
|
BoxLayout |
|
|
|
BoxLayout |
|
|
|
padding: '12dp', '12dp', '12dp', '12dp' |
|
|
|
padding: '12dp', '12dp', '12dp', '12dp' |
|
|
|
spacing: '12dp' |
|
|
|
spacing: '12dp' |
|
|
|
@ -21,7 +19,6 @@ SendScreen: |
|
|
|
id: blue_bottom |
|
|
|
id: blue_bottom |
|
|
|
size_hint: 1, None |
|
|
|
size_hint: 1, None |
|
|
|
height: self.minimum_height |
|
|
|
height: self.minimum_height |
|
|
|
spacing: '5dp' |
|
|
|
|
|
|
|
BoxLayout: |
|
|
|
BoxLayout: |
|
|
|
size_hint: 1, None |
|
|
|
size_hint: 1, None |
|
|
|
height: blue_bottom.item_height |
|
|
|
height: blue_bottom.item_height |
|
|
|
|