Search code examples
androidimagelayoutscale

Use xxhdpi images for xlarge layout


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?


Solution

  • 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