Replace MDToolbar with MDTopAppBar in main.kv
This commit is contained in:
parent
308c578c9f
commit
519a29c7a5
|
@ -201,7 +201,7 @@
|
||||||
MDNavigationLayout:
|
MDNavigationLayout:
|
||||||
id: nav_layout
|
id: nav_layout
|
||||||
|
|
||||||
MDToolbar:
|
MDTopAppBar:
|
||||||
id: toolbar
|
id: toolbar
|
||||||
title: app.current_address_label()
|
title: app.current_address_label()
|
||||||
opacity: 1 if app.addressexist() else 0
|
opacity: 1 if app.addressexist() else 0
|
||||||
|
|
Reference in New Issue
Block a user