Android supported Multi Screen resolution:
Galaxy note is large but the resolution is of 1280x800, as per the android supported resolution it should be 640x480dp.
As per the size of galaxy note it is small than the HTC Flyer, means it is small than the tablet.
Where the Galaxy note 800 x 1280 pixels, 5.3 inches, By the inches we can specify still it will be under the large layout.
To overcome the issue, we can use the layout name as
layout-large-port-xhdpi-1280x800
Use the same layouts of normal layout, by this we can solve the look and feel of resolution problems, of the Galaxy Note.
- xlarge screens are at least 960dp x 720dp
- large screens are at least 640dp x 480dp
- normal screens are at least 470dp x 320dp
- small screens are at least 426dp x 320dp
Galaxy note is large but the resolution is of 1280x800, as per the android supported resolution it should be 640x480dp.
As per the size of galaxy note it is small than the HTC Flyer, means it is small than the tablet.
Where the Galaxy note 800 x 1280 pixels, 5.3 inches, By the inches we can specify still it will be under the large layout.
To overcome the issue, we can use the layout name as
layout-large-port-xhdpi-1280x800
Use the same layouts of normal layout, by this we can solve the look and feel of resolution problems, of the Galaxy Note.
No comments :
Post a Comment