0

I developed an android app that is designated to multi screens. I have my background images in all kind of sizes. divided into sub-folders for hdpi mhdpi xhdpi and xxhdpi.

On my Galaxy S4 the pictures look great, but when i installed the app on a tablet of 8 inch screen with low density the pictures looked really stretched.

Am i doing something wrong?

user2351685
  • 57
  • 1
  • 2
  • 7

2 Answers2

0

just pot diffrent images in XDPI MDPI AND LDPI with same name then Chek which one is getting detected in perticular device then you knw it.

DropAndTrap
  • 1,538
  • 16
  • 24
0

You are also creating a layout for each screen size? maybe the imageview is changing the size with each screen size.

Nicolás Loaiza
  • 1,015
  • 11
  • 11