Can we have xxhdpi icons on Android devices yet?

  • 1
  • Idea
  • Updated 6 years ago
  • Planned
According to https://github.com/phonegap/build/iss... the config.xml cannot provide an entry for icons to use on Android devices that have HD sceens (e.g. new Nexus 5). This is called xxhdpi I think, and would need an icon 180px square.

All I can get in my .apk is a xhdpi entry with an icon 96px square with:
[icon src="res/icon/android/icon-96-xhdpi.png" gap:platform="android" gap:density="xhdpi" /]

Is this bug (feature request) still outstanding, or has it been fixed?

Is there a way to get round the issue in the meantime? Perhaps I can provide an icon of 180px wide anyway, but this might work on a xxhdpi device, but look odd on a xhdpi device....?
Photo of Magnus Smith

Magnus Smith

  • 11 Posts
  • 0 Reply Likes

Posted 6 years ago

  • 1
Photo of Dave Johnson

Dave Johnson

  • 129 Posts
  • 13 Reply Likes
Hi Magnus, this is in our backlog and should be done soon.