Does anyone know how to apply the ANTI_ALIAS_FLAG to ImageView\'s in layouts rather than in Java?
ANTI_ALIAS_FLAG
ImageView
You want to apply the attribute android:antialias="true", like so:
android:antialias="true"