I use ImageView
to display .png images. On emulator its quality is very bad, but on phones Sony Xperia P and Galaxy S III it looks perfect. So i thought its only emulator fault.
Then i tried my app on other device HTC Desire Z and there again i saw very bad quality. What can be reason for that because resolution difference isnt that big. Could that be OS fault ? On Desire its v2.2 on Sony and Samsung its v4.0+ . Very confused.
<RelativeLayout android:layout_width="match_parent"
android:layout_weight="1"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/imgD"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleType="fitStart"
android:src="@drawable/imgD" />
Image size is scaled down using