Setting Imageview size for icons in Android -


i new android.in app using image view action bar icon layouts wrap content.also have resp size images each dpi's.but when test it, image looks small in bigger size phone. have tried giving size image view, still looks big in phones while small in other. missing in xml settings?

use configuration qualifiers create different drawable directories depending on device size.

res/drawable/your_image.png              // drawable normal screen size ("default") res/drawable-small/your_image.png        // drawable small screen size res/drawable-large/your_image.png        // drawable large screen size res/drawable-xlarge/your_image.png       // drawable extra-large screen size 

Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -