android - mipmap and drawable folders -


i new. have 2 questions:

  1. if put image in drawable assumed in mdpi if app runs in xxhdpi device app stop happend?

  2. to solve 1. put image in mipmap/xxhdpi (only in xxhdpi folder) , not problem xxhdpi device in hdpi tablet (too big) image looks wrong (ugly) can solve problem?

this how looks in tablet enter image description here

add .png images

1. drawable-hdpi 2. drawable-mdpi 3. drawable-xhdpi 4. drawable-xxhdpi 

it automatically suits devices run!


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -