0

Guys how do i set animated (.gif) icon in MenuItem?

May be its Duplicate of this or this but they use animation-list and I use (.gif).

Is It possible to set animated gif as an icon?

Community
  • 1
  • 1
Zero_73
  • 183
  • 3
  • 16

1 Answers1

1

One way to load animated gif is to use WebView which is technically an embedded browser. But I doubt this suits your need to display an icon. Your best bet is split your gif into individual frames in png and put them together in animation-list like your links suggest. Or you can refer to the official page here.

inmyth
  • 8,880
  • 4
  • 47
  • 52