jkgooch / androidscreencast

Automatically exported from code.google.com/p/androidscreencast
0 stars 0 forks source link

Resolution on Droid is compressed #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch app on Verizon Droid

What is the expected output? What do you see instead?
Crisp clean screen.

Instead I see messy compressed screen where fonts are poor

What version of the product are you using? On what operating system?
0.4, XP

Please provide any additional information below.

Droid resolution is 854×480, you size the screen at 512x336 in 
JFrameMain.java (jsp.setPreferredSize)

If that could be conditional based on device size, the screen would look 
much cleaner.

Thanks

Original issue reported on code.google.com by tjcsm...@gmail.com on 29 Dec 2009 at 4:34

GoogleCodeExporter commented 8 years ago
Screenshot of two instances side by side to show the difference in quality

Original comment by tjcsm...@gmail.com on 29 Dec 2009 at 4:52

GoogleCodeExporter commented 8 years ago
Window will now autosize on first image display

Original comment by thiel.al...@gmail.com on 26 Jan 2010 at 5:07