Zylaroth
Zylaroth
loop='asyncio'
> Yes, it looks like a bug. this happens due to binding to the screen, and not to the parent, please change the on_size path using this method `from kivymd.uix.appbar...
how to build on kivy 2.3.0
``` from kivymd.app import MDApp from kivy.lang import Builder kv = """ MDScreen: md_bg_color: self.theme_cls.secondaryContainerColor MDTopAppBar: type: "small" size_hint_x: .8 pos_hint: {"center_x": .5, "center_y": .5} MDTopAppBarLeadingButtonContainer: MDActionTopAppBarButton: icon: "menu" MDTopAppBarTitle:...