Once again there is a problem the size of the screen.
This time, this problem affects
iGO NextGen - and is indicated here: -
iGO 9.18.xxxx)
It stems from the fact that the appearance of support xxxhdpi;
As a reminder:
ldpi ---- 120 dpi
mdpi --- 160 dpi
hdpi --- 240 dpi
xhdpi --- 320 dpi
xxhdpi --- 480 dpi
xxxhdpi --- 640 dpi
(More on this here -
Sie müssen registriert sein, um Links zu sehen.
)
The use of standard entries (declaration - eg. dpi = auto) causes the display screen is "small."
With persistence and inquisitiveness colleagues arimi and apokrifX - solution to the problem was found - Colleagues BIG thank you for your work !!!
The solution is based on a combination of the declaration (in sys.txt) -
"base_dpi =" and "dpi =" - to "force" a display of declared density in the base interface of different density.
Look at the examples: (SAMSUNG NOTE 4 2560x1440, dpi = 640)
Att.!
in sys.txt ONLY !!! this declaration's - in [rawdisplay] section:
1. [rawdisplay]
dpi = auto
or
[rawdisplay]
dpi = 640
or
[rawdisplay]
dpi = 640
base_dpi = 240