英文: How to make Labels in RecycleView change size according to texture size during runtime? 问题 我有一个R...
Kivy StackLayout不能堆叠FloatLayouts。
英文: Kivy StackLayout not stacking floatLayouts 问题 我正在尝试堆叠多个FloatLayout实例,每个实例内部都有一个按钮。我使用FloatLayout...
如何使Kivy中的size_hint_x从0.2而不是0开始?
英文: How to make size_hint_x start from 0.2 instead of 0 in Kivy? 问题 我有很多列要使用layout5来显示。由于应用程序将在不同的屏幕...
显示文件夹中的随机文件与Kivy(Python)
英文: Want To Display Random File From Folder With Kivy (Python) 问题 I have this folder full of images ...
Kivy throws this error while populating json data in kivy app using ids: 'super' object has no attribute '__
英文: Kivy throws this error while populating json data in kivy app using ids: 'super' object ...
Python Kivy boxlayout意外行为
英文: Python Kivy boxlayout unexpected behavior 问题 我正在尝试创建一个用户界面(UI),其中FloatLayout占据屏幕顶部的80%,而BoxLayou...
移除Kivy中的弹出覆盖层
英文: Kivy remove Popup overlay 问题 I use Kivy Popup the following way: <AlertPopup@Popup>: auto_...
如何在Kivy中每两秒将椭圆的颜色更改为随机整数?使用随机整数。
英文: How do I change the color of ellipse to a randint every two seconds in Kivy, using random intege...
Python Kivy/KivyMD App(.apk) crashing after showing loading screen on one android device but runs fine on another android device
英文: Python Kivy/KivyMD App(.apk) crashing after showing loading screen on one android device but run...
Kivy MDLabel 在 RecycleView 中更新数据后丢失文本
英文: Kivy MDLabel in RecycleView losing text after updating data 问题 I'm having two screens, loginScre...