|
|
@ -62,7 +62,7 @@ ReceiveScreen: |
|
|
|
height: blue_bottom.item_height |
|
|
|
spacing: '5dp' |
|
|
|
Image: |
|
|
|
source: 'atlas://gui/kivy/theming/light/contact' |
|
|
|
source: 'atlas://gui/kivy/theming/light/globe' |
|
|
|
size_hint: None, None |
|
|
|
size: '22dp', '22dp' |
|
|
|
pos_hint: {'center_y': .5} |
|
|
@ -79,7 +79,8 @@ ReceiveScreen: |
|
|
|
height: blue_bottom.item_height |
|
|
|
spacing: '5dp' |
|
|
|
Image: |
|
|
|
source: 'atlas://gui/kivy/theming/light/globe' |
|
|
|
source: 'atlas://gui/kivy/theming/light/calculator' |
|
|
|
opacity: 0.7 |
|
|
|
size_hint: None, None |
|
|
|
size: '22dp', '22dp' |
|
|
|
pos_hint: {'center_y': .5} |
|
|
|