Icon for selecting app from Activities & Apps List

In my app I have a correctly sized icon launcher_icon which is defined in the drawables.xml

<drawables>
    <bitmap id="LauncherIcon" filename="launcher_icon.png" />
</drawables>

This all works fine when the app is in the Favourites list.

But when selecting from the Activities & Apps List on the watch there are no icons.

The default apps have icons:

How do I get my app to show an icon in this list?

Thanks