0
すべてのウィジェットは左下にあり、サイズは小さいです。size_hintとpos_hintとFloatLayoutを試しましたが、結果はありません。何が問題なのですか?Kivy。 Android上での不思議な表示
これは、このアプリは私のPC上でどのように見えるかです
#:kivy 1.0.0
#:import win kivy.core.window
Widget:
Label:
id:TopLabel
text:'Eye verification app'
width: self.texture_size[0] + dp(40)
height: '48dp'
pos: 40,40
bold:True
color:1,0,0,1
Button:
id:registrateButton
on_release:
app.take_picture('registrate')
text: 'Registrate'
width: self.texture_size[0] + dp(40)
height: '48dp'
pos: 40,160