I'm developing android app. In my GALAXY Tab 10.1 shows low-definition progress circle. However, my cell phone GALAXY Nexus shows high-definition progress circle.
At first, GALAXY Nexus also shows low-definition progress circle. So, I tried to change value of anyDensity false to true, like this:
[AndroidManifest.xml]
<supports-screens android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:anyDensity="true"/>
This code works fine on GALAXY Nexus, but doesn't on GALAXY Tab. How to display high-definition progress circle in my tablet? I'm just using default progress circle...
- Nexus:720×1280 /
- GALAXY Tab:1280×800 (150ppi)