def build(self):
#with open("tips.txt", "r") as stream:
# labeltext = stream.read()
label = Label(text="[size=50]hi[/size]", markup=True)
box = BoxLayout()
marvell = Marvel()
box.add_widget(marvell)
box.add_widget(label)
return box
评论列表
文章目录