Skip to content Skip to sidebar Skip to footer

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:

Post a Comment for "Layout On Samsung Galaxy Note"