From ec6288f983c25c05c39274c37292493bd1ba8f4c Mon Sep 17 00:00:00 2001 From: Sandeep Jadam Date: Sun, 24 Sep 2023 00:13:26 +0530 Subject: [PATCH] Update MDToolBar to MDTopAppBar --- libs/uix/kv/chat_room.kv | 2 +- libs/uix/kv/home.kv | 2 +- libs/uix/kv/profile.kv | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/uix/kv/chat_room.kv b/libs/uix/kv/chat_room.kv index d050e31..cadae5e 100644 --- a/libs/uix/kv/chat_room.kv +++ b/libs/uix/kv/chat_room.kv @@ -4,7 +4,7 @@ # md_bg_color: app.theme_cls.primary_color orientation:'vertical' - MDToolbar: + MDTopAppBar: id:profile_bar title: "@username" size_hint: 1,0.08 diff --git a/libs/uix/kv/home.kv b/libs/uix/kv/home.kv index ad5f1ea..b77c86a 100755 --- a/libs/uix/kv/home.kv +++ b/libs/uix/kv/home.kv @@ -3,7 +3,7 @@ BoxLayout: orientation:'vertical' - MDToolbar: + MDTopAppBar: title: app.APP_NAME size_hint: 1,.08 right_action_items: [ ["account", lambda x:app.screen_manager.change_screen("profile")]] diff --git a/libs/uix/kv/profile.kv b/libs/uix/kv/profile.kv index 0190425..5b7c6a2 100644 --- a/libs/uix/kv/profile.kv +++ b/libs/uix/kv/profile.kv @@ -4,7 +4,7 @@ # md_bg_color: app.theme_cls.primary_color orientation:'vertical' - MDToolbar: + MDTopAppBar: id:profile_bar title: "Profile" size_hint: 1,0.08