kivymd :MDTopAppBar Raise MDTopAppBarTitle error
class AppBarScreen(MDScreen):
def init(self, **kwargs):
super(AppBarScreen, self).init(**kwargs)
my anchorlayout won’t anchor to the position I set
So, I want to anchor the “Owner’s Name” label to the center top of this yellow layout. Here is my code :