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