android - How to apply large scale landscape images -


im developing application in both landscape & portrait mode normal , high screen resolution devices.

i used following folders place normal , high screen resoluiton images

for portrait mode

drawable-mdpi

drawable-hdpi

for landscape mode

drawable-land normal images

where need place high screen resolution images

i tried placing in drawable-large-land-hdpi folder these images not taking in layout-land xml files.

please let me know..

thanks

please try:

drawable-land-mdpi drawable-land-hdpi 

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -