android - Forcing image to retain its original size upon loading -


i creating splash-screen android application , added image upon opening app , image stretching , how can make image retain aspect ratio , not stretch @ all

here's styles.xml code , image = icon.png

styles.xml

in imageview add:

android:adjustviewbounds="true" android:scaletype="centercrop" 

Comments