Reputation: 1
If device has hardware menu button then the layout design is corrupted.I'm having a layout which is fit for xxxhdpi devices.It was looking good in nexus6 but when I'm checking it in samsung galaxy note 4 which is also xxxhdpi device the screen design was corrupted.I observed that the samsung devices having hardware menu button where as nexus6 having the hardware menu button on the screen.So the height of the layout is vary.Can you please let me know how to handle this situation.
Upvotes: 0
Views: 224
Reputation: 142
this is resolution and density problem. I had the same problem and I solved it by adjusting the text-size and padding according to my device with button on screen and things automatically got fixed on the other device with same screen-size. First create layout file for 360 dip(layout-sw360 dip) and then adjust layout for your nexus 6.This problem will be resolved.
Upvotes: 1