instinct does only shows top right button hint

I'm trying to show button hints using the personalities see https://developer.garmin.com/connect-iq/personality-library/input-hints/ & https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/adding-a-touch-of-personality-with-personality-ui

Here the layout I have:

<layout id="Result" >
    <bitmap id="rightTop" personality="
        system_icon_dark__hint_button_right_top
        system_loc__hint_button_right_top
    " />
    <bitmap id="rightBottom" personality="
        system_icon_dark__hint_button_right_bottom
        system_loc__hint_button_right_bottom
    " />
    <bitmap id="leftTop" personality="
        system_icon_dark__hint_button_left_top
        system_loc__hint_button_left_top
    " />
    <bitmap id="leftMiddle" personality="
        system_icon_dark__hint_button_left_middle
        system_loc__hint_button_left_middle
    " />
    <bitmap id="leftBottom" personality="
        system_icon_dark__hint_button_left_bottom
        system_loc__hint_button_left_bottom
    " />
</layout>

This gives me on a fenix 7 this view:

The left top does not show up, but OK, at least 4 hints are displayed

On an instict2 it shows only one hint:

I've tested the instinct also on a real device.

What do I do wrong?