I created an Android app with a normal and a large layout. Now I want to create the xlarge layout, but the images are small, though I have them in all resolutions like l,m,x,xx, and xxx. Do I have to store them in double size or can I somehow use the existing ones?
Use images of 1920x1080 resolotion
for Xlarge use this folder drawable-xlarge-hdpi
for large use this folder drawable-large-xhdpi
for me its working