victordiaz / PHONK

PHONK is a coding playground for new and old Android devices
https://phonk.app
GNU General Public License v3.0
456 stars 27 forks source link

ui.addTextList() : some lines are displayed in very small #75

Open SuperUserNameMan opened 3 years ago

SuperUserNameMan commented 3 years ago

Hello again again,

By testing the WifiScan example on my Android 4.1.2 tablet, and on my Android TV 5.1.1, I've found out that some lines of the list of networks were displayed in very very small (unreadable).

After some more tests, it seems that it comes from ui.addTextList().add().

Problem description

Some lines of text in the ui.addTextList() list are extremely small and unreadable.

Device model & Android version

4.1.2 (tablet) and 5.1.1 (TV)

Steps to reproduce the bug

Run the WifiScan example and my devices ?

SuperUserNameMan commented 3 years ago

Screenshot_2020-08-08-14-49-25

victordiaz commented 3 years ago

mm, strange! :/ I'll have a look