I have a app with a dashboard with icons. The app only has drawable-hdpi folde with the icons.
When I start both the 4.0 and 4.1 emulator and launch my app from eclipse to both of them, the quality of the icons differ extremely! It's ugly on jellybean.
What is going on??
Partial Manifest
<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="14" />
<supports-screens
android:anyDensity="false"
android:largeScreens="false"
android:normalScreens="true"
android:smallScreens="false" >
</supports-screens>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />