Standard icon with animation for downloading maps notification.

This commit is contained in:
GaidamakUA 2015-12-09 17:06:01 +02:00
parent 6a9348eab7
commit 918cc3f25b

View file

@ -124,7 +124,7 @@ public class DownloadIndexesThread {
}
contentText.append(i.getVisibleName(app, app.getRegions()));
}
bld.setContentTitle(msg).setSmallIcon(R.drawable.ic_action_import).
bld.setContentTitle(msg).setSmallIcon(android.R.drawable.stat_sys_download).
setContentText(contentText.toString()).
setContentIntent(contentPendingIntent).setOngoing(true);
int progress = getCurrentDownloadingItemProgress();