0

I am developing app for phone.While creating layout design.I put the size of the image from dimens in value folder.My issue is design is perfect in s3 and moto-g but not in samsung neo note 3 all the three of them are taking values from xhdpi.Is there any way to giving separate dimens value for Samsung Note 3?

1 Answers1

0

Probably your problem isn't in the dimens folder.

Your problem is in layout definition. Try to use relative layout to optimize the layout ratio.

You can see here how to use it.

João Marcos
  • 3,872
  • 1
  • 19
  • 14