Wrong icon size in Galaxy Nexus

i have to do an update release in my app, i've changed a control in an internal activity.

Now during the testing, i 'have noted that the app has a problem showing icons on main page, but only in a Samsung Galaxy Nexus device.

I have checked all the code, i've made test with other device with same resolution (xhdpi) and in all other devices work fine, only in the Galaxy Nexus show the icon (not all, 8 on 9) too large.

here's a screenshot: 截图

Any suggestion to understand this problem and solve it?

many thanks


I've Found the problem!

I'ts a bug of android, i've set the targetSdkVersion to 19, like the suggestion of eclipse, and i was them that give the error.

Now i set the targetSdkVersion to 17 and all work fine!

链接地址: http://www.djcxy.com/p/41850.html

上一篇: 三星不尊重Android清单中的方向吗?

下一篇: Galaxy Nexus中的图标大小错误