-1

I want to make bigger my gcm notification icon which seems near the notification in gcm application. I resize it inside my project but still it seems small when notification is came. What can I do to make it bigger ? Thanks in advance.

I tried this way but that did not work. When I used it icon never show up, default icon showed up.

Community
  • 1
  • 1
Hilal
  • 902
  • 2
  • 22
  • 47

1 Answers1

0

Notification icons

22 × 22 area in 24 × 24 (mdpi)

33 × 33 area in 36 × 36 (hdpi)

44 × 44 area in 48 × 48 (xhdpi)

66 × 66 area in 72 × 72 (xxhdpi)

88 × 88 area in 96 × 96 (xxxhdpi) (.png format)

these ere the fixed sizes. if you use larger icons, these will be fixed.

as seen on here

settaratici
  • 310
  • 1
  • 7
  • 18