SOLVED: I was using icons from sdk v9 (Android 2.3 Gingerbread) which seems to have different dimension. The asset studio also creates icons for 2.3. So I place
I was using icons from sdk v9 (Android 2.3 Gingerbread) which seems to have different size. The asset studio also creates icons for 2.3.
So I placed gingerbread icons to drawable-xxpi-v9
and for older versions I put icons from SDK v8 to drawable-hdpi
and it works fine now.
Make sure you have the proper <supports-screens>
element in your manifest.