How can I prevent my bitmap from being scaled automatically in an ImageView or ImageButton if the view or button is stretched using \"fill_parent\" or using \"weight\"?
If the image is scaled, make sure you are not running your app in compatibility mode (for instance if you target Android 1.5/1.6 without supporting multiple densities and you run the app on Android 2.0.)