Skip to content
Advertisement

How to add image inside a tab as a icon while developing Harmony application?

I want to add an image inside the tab and I have Image Resource Id but tab.setIconElement(Element) takes element.
currently, I am trying like this

JavaScript

How can I add an image inside the tab or create its element with Image Resource Id only? Or is there any other way to do it?

Advertisement

Answer

First you have to decode the Image resource using ImageSource.DecodingOptions, Later create PixelMapElement from PixelMap. Finally using set PixelMapElement to Tab using setIconElement API,

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement