I have and android project providing different dimens.xml for different screen resoultions. I am doing so by defining values-swXXXdp folders in my /res folder.
However, I am now having trouble distinguishing the following two screen resolutions:
- 768x1280, 160dpi from
- 768x1024, 160dpi
What I tried so far:
- values-sw768dp is used for both
- values-sw768dp-notlong is used for both even if values-sw768dp is present
- values-h768dp-w1024dp is ignored
- values-w768dp-h1024dp is ignored
Does anyone have a hint, what folder name I have to use, to provide a dimens.xml ONLY for screen resolution number 2?
Thank you in advance!
No comments:
Post a Comment