Icon in perspective tab?

Hello,
Is there a way I can add an icon in a tab?
Label the tab an icon instead of “Events”.

If you hover over the tabs property, you can see that we allow for Views to be used there, so yes, you can use an Icon.

To do this:

  1. Create a small View (probably with a Flex layout with dimensions of 30x30) which contains your Icon; we will call this “ViewA”
  2. Right-click the 1 within tabs and select “Change to” > “Object”.
  3. Add a new property to this object with a key of viewPath.
  4. Supply the path to ViewA as the value for viewPath.

Thanks.I’ve solved my problem.

When you add an icon to the tab: Is it possible to also get the same background color as the default tab color? That will change according to the theme colors?

Did you set the icon's view background to transparent? Add in,
PROPS.style.backgroundColor : #77777700

The four hex bytes define RGBA where 'A' is the opacity.

Yes, my background color for the symbol was transparent. For some reason I had to manually add active style properties for this new tab to have the same styling as the other tabs. In the picture underneath you see the two tabs active. The one to with the symbol looses all it's style: