Al.
Al.

Reputation: 2295

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:

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?

Upvotes: 0

Views: 812

Answers (1)

adamp
adamp

Reputation: 28932

You might try the Android Asset Studio for generating notification icons that follow conventions for different platform versions.

Upvotes: 1

Related Questions