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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -