The device still reports the same display metrics. The density / width of the screen and the height have not changed. But when you switched to ICS (Android 4), he began to interpret the display metrics as a normal-sized screen, and Gingerbread (Android 2.3) would say that these accurate display metrics are a large-sized screen.
To solve this problem, you need to orientate the Samsung Galaxy Note and other screens that fall into this strange category - create a layout with the name:
layout-large-port-xhdpi-1280x800
And put either a large or a regular layout in this resource. This will force your Samsung Galaxy Note to use the layout you like with any version of the OS.
source share