Add scan screen id and json import
This commit is contained in:
parent
4f48bfb3fb
commit
8448e93709
|
@ -214,14 +214,14 @@ MDNavigationLayout:
|
||||||
id:id_newidentity
|
id:id_newidentity
|
||||||
MyAddress:
|
MyAddress:
|
||||||
id:id_myaddress
|
id:id_myaddress
|
||||||
|
ScanScreen:
|
||||||
|
id:id_scanscreen
|
||||||
MDNavigationDrawer:
|
MDNavigationDrawer:
|
||||||
id: nav_drawer
|
id: nav_drawer
|
||||||
|
|
||||||
ContentNavigationDrawer:
|
ContentNavigationDrawer:
|
||||||
id: content_drawer
|
id: content_drawer
|
||||||
|
|
||||||
|
|
||||||
<ArrowImg@Image>:
|
<ArrowImg@Image>:
|
||||||
source: app.image_path +('/down-arrow.png' if self.parent.is_open == True else '/right-arrow.png')
|
source: app.image_path +('/down-arrow.png' if self.parent.is_open == True else '/right-arrow.png')
|
||||||
size: 15, 15
|
size: 15, 15
|
||||||
|
|
|
@ -7,5 +7,9 @@
|
||||||
"kv_string": "myaddress",
|
"kv_string": "myaddress",
|
||||||
"name_screen": "myaddress",
|
"name_screen": "myaddress",
|
||||||
"Import": "from pybitmessage.bitmessagekivy.baseclass.myaddress import MyAddress"
|
"Import": "from pybitmessage.bitmessagekivy.baseclass.myaddress import MyAddress"
|
||||||
|
},
|
||||||
|
"Scanner": {
|
||||||
|
"kv_string": "scan_screen",
|
||||||
|
"Import": "from pybitmessage.bitmessagekivy.baseclass.scan_screen import ScanScreen"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user