Search code examples
androidkivykivy-languagebuildozer

Kivy android app kv-language not working properly


I recently wrote an android app for the company I´m working at and started using the kv-lang for the layout. On Windows10 and Linux it´s running perfectly though when compiling it using buildozer and running it on android the whole layout is bugged and the size of the widget is way to large. I recompiled a couple of times and it still isn´t working.

https://i.sstatic.net/zZ6QI.jpg

Has someone encountered the same issue and if yes how did you fix it?

my buildozer.spec

https://pastebin.com/w8y2ibcs


Solution

  • I tried using a relative font_size which compiled with the PC 16:9 format. Removed that part and it works.