Application layout on Android device
Mobile and Embedded
3
Posts
2
Posters
1.2k
Views
1
Watching
-
I also struggled with layouts created by the GUI editor (*.ui files). But the layout looks automatically fine when create the windows "manually" and use layouts to position widgets.
The problem is that the GU editor works with fixed pixel sizes assuming that the screen ahs about 100dpi, but each mobile device has a different screen resolution which is typically much higher than 100dpi.