Android Layout Images Bad Quality
when I add images on layout it show in bad quality
Solution 1:
i think your images are stretching use the properties for imageview to get full image ..
android:scaleType="matrix"
Controls how the image should be resized or moved to match the size of this ImageView.
Post a Comment for "Android Layout Images Bad Quality"