Layout On Samsung Galaxy Note
I have a weird issue that only occurs on the Samsung Galaxy Note. I have landscape and portrait layouts , in normal and large , as per : http://developer.android.com/guide/practice
Solution 1:
This is what you will see on the original Galaxy Note (shipped with Gingerbread)
- Screen pixel density (dpi) - xhdpi
- Screen size - large
- Screen aspect - long
Most of the other tablets (7 inch and 10.1 inch tablets) are mdpi.
This device will pick values from the large resource category since size takes precedence over density.
After the ICS update, the device classifies itself as below.
- Screen pixel density (dpi) - xhdpi
- Screen size - normal
- Screen aspect - not long
Solution 2:
Galaxy Note is 1280x800 and dpi 320 according to http://www.basic4ppc.com/forum/basic4android-updates-questions/13711-samsung-galaxy-note-emulator.html
Post a Comment for "Layout On Samsung Galaxy Note"