Here's an odd question: How can I get the "styled" notification icon in the navigation drawer? Android (on my Nexus 5 at least) adds a little blue background to that icon, apparently. I would like to get that styled icon with its background.
What I really am getting at: I want to make a cool, custom expanded notification using RemoteViews. However, I want to keep that default, styled notification icon in the top left of my custom RemoteViews notification.
Any ideas?