Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在 Kivy 中找到 ActionBar 的示例,但找不到。
我尝试使用以下内容以 kv 语言添加它:
<MyApp>: ActionBar:
但是我收到一个错误,在堆栈跟踪中找不到模块。有谁知道 ActionBar 的例子,或者任何人都可以澄清我做错了什么?
ActionBar 仅在开发分支 1.8 中可用。示例位于https://github.com/kivy/kivy/blob/master/examples/widgets/actionbar.py