Currently I'm working on a layout that includes some imageViews. The thing is I need to create a drawable for a Nexus 5X because it is using the drawable from the folder drawable-xxhdpi (which it makes sense but there is something that I don't like how it looks like).
I tried making a folder with the next names:
- drawable-w420dp
- drawable-w420dp-xxhdpi
But I haven't succeeded in it yet. I have seen a lot of examples with values and layouts. The only option that comes to my mind now is to create a specific layout but I think that is too much for two images.
Some of the pages I have been searching:
- https://android-developers.googleblog.com/2011/07/new-tools-for-managing-screen-sizes.html
- https://developer.android.com/guide/practices/screens_support.html
Thanks in advance