I followed this article from official documentation: https://developer.android.com/guide/practices/screens_support.html#qualifiers
I added a folder name "values-hdpi"; inside I have "dimens.xml" with several size definitions.
I start on Google Nexus S (480x800): it's good, the sizes taken are in the folder "values-hdpi".
I start on Samsung S5 (1080x1900): it's failed; the sizes taken are always in the folder "values-hdpi" rather than into the standard folder named "values".
Could you help me?
Thank you very much guys