I want to show a large bitmap in an ImageView (144dp), but I got bad quality. The bitmap is stored in my drawable resources.
Can I show the bitmap in full quality?
Xml layout:
<ImageView
android:layout_width="144dp"
android:layout_height="144dp"
android:src="@drawable/ic_add"/>
What I want:
http://tinypic.com/r/2r7mtz4/8
What I have:
Look at the big images who show that the list is empty.