I know I could have animated download icon in status bar when downloading a file by using the default android resource android.R.drawable.stat_sys_download
. My question is how to have this animated icon in the contentView of download notification? Like when you are downloading a file with Chrome.
I attempted to display the resourse using ImageView but it does not support animated icons and the icon was displayed like an ordinary icon with no animations.