I'm trying to create a TextInput
in Kivy and set its dimensions, except that whenever it puts its error dimensions:
invalid indentation, must be a multiple of 4 spaces.
I still do not understand why you are giving this error.
FloatLayout:
TextInput:
size_hint:1., .5
pos_hint{'x':.35,'y':.56}
Button:
size_hint:.3,.1
pos_hint:{'x':.35,'y':.1}
text:'1'
Button:
size_hint:.3,.1
pos_hint:{'x':.35,'y':.5}
text:'2'