Notification icons for android platforms 1.5 - 3.2
My app targets Android 1.5 to 3.2 and I'm making notification icons specific to those platforms. I'm finding it difficult to correctly to organize the icons for all these versions, including h/d/ldpi versions. I know in 3.2, the qualifiers changed, so I'm trying to account for this as well.
Currently, when I launcher in 3.2, it uses an icon for 2.3. My folder structure at the moment is as follows:
- drawable
- drawable-hdpi
- drawable-hdpi-v9
- drawable-ldpi-v9
- drawable-mdpi-v11 开发者_运维问答
- drawable-mdpi-v9
- drawable-v11
- drawable-xlarge
Question is which folder (including any missing ones) should I put the platform & display/density specific icons in so I target 1.5 - 3.2 correctly?
You might try the Android Asset Studio for generating notification icons that follow conventions for different platform versions.
精彩评论