Comment 1 for bug 579431

Revision history for this message
Guillaume Rosaire (zerog) wrote :

1st analysis :
- no AbsoluteLayout or px coordinates found in layouts.
- 2 solutions for imgs (i.e. icons) : let the device do the upscaling for icon.png or generate several different files and put them in drawable-nodpi, drawable-hdpi, ...
- deeper analysis needed for OpenStreetMapView which relies heavily on pixels transformation and coordinates to display the OSM tiles.

At the moment, Maps should be displayed correctly but upscaled. We need to refine the tiles display on big screen.