PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WM20 - Android - window layouts
WM20 - Android - window layouts
Iniciado por guest, 02,nov. 2015 15:55 - No hay respuesta
Publicado el 02,noviembre 2015 - 15:55
Hi,
I'm trying to use the layouts in my Android app, I have a Samsung tab 1280x800 (10,5 inch with a 4:3 ratio) and a Samsung tab 1024x768 (9,7 inch with a 16:9 ratio).
For both sizes a created a separate layout in the Window editor. But when running the app, on both tablets the smalles one (for 1024x768) is picked up by the framework and shown.
What am I missing here?

For the moment I created a setting in my app and use WinChangeLayout() to load the correct layout. But I prefer to get this automatically of course.