screen - Android. xhdpi folder -


Therefore, you can add 3 types of images inside individual folders, droble-ldpi, -mdpi and - Hdpi , from which Android selects the appropriate image based on each specific device.

My question is, what about xhdpi? There is a big screen there, I think they will use HDPi, but if I want to add another big image to those screens, should I add another folder inside the "Race" directory named DrawBl-xhdpi? Can Android know about taking pictures from this folder?

Or how is it done in the case of xhdpi?

Yes, Android is to take the image from this folder. Daurable-XHDPI folder is usually for an extra large image or high resolution image Check this link for more information

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -