我想做一个应用程序,有3个不同的难度水平,并有一个NavigationDrawer来改变自定义的应用程序,例如:激活黑暗主题。当我添加导航抽屉时,窗口中的元素不会随着应用程序大小的变化而移动,并且在工具栏上有一个奇怪的空白区域。 This is thee window with a default size.This happens when I resize the window This is the window with the NavigationDrawer toggled Also, whenI reduce
我是使用KivyMD的初学者,并尝试使用kivymd在NavigationDrawer中的屏幕之间切换,我正在阅读一些文档,最后得到了以下代码,但它对我不起作用: from kivy.lang importimport Windowfrom kivy.properties import ObjectProperty
from kivymd.themingimport T