billthefarmer / sig-gen

Android Signal Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the problem is in the interface

OmlineEditor opened this issue · comments

my interface is not very nicely shown. the buttons overlap each other. the numbers are superimposed.

Signal Generator 1.22 (122) F-Droid
Andrion 9.0
Xiaomi Redmi Note 7

bug

Well that's interesting, the calculation of half of the display width is wrong. I have made some changes that should fix that. I have attached an updated debug version of the app, if you could test it. You will have to uninstall the existing version first. If that doesn't work, if you have access to adb, you can get some useful info from the debug version by running it:

 adb logcat *:S SiggenView
--------- beginning of main
--------- beginning of system
06-04 10:54:31.667  4329  4329 D SiggenView: Dim: 0, 0
06-04 10:54:31.667  4329  4329 D SiggenView: Dim: 0, 0
06-04 10:54:31.678  4329  4329 D SiggenView: Dim: 0, 0
06-04 10:54:31.679  4329  4329 D SiggenView: Dim: 0, 0
06-04 10:54:31.702  4329  4329 D SiggenView: Dim: 1152, 544
06-04 10:54:31.703  4329  4329 D SiggenView: Dim: 1152, 544
06-04 10:54:31.704  4329  4329 D SiggenView: Dim: 1152, 544
06-04 10:54:31.705  4329  4329 D SiggenView: Dim: 1152, 544

SigGen-debug.zip

I've tested it on an emulator with the same screen resolution as a Xiaomi Redmi Note 7:

Screenshot_1622819952

the new version is better. I ask you to change the code and put the new version on f-droid.
1
2

OK, that will be in the next version.