Languages

Menu
Sites
Language
Icons on TabBar.

Hello,

I am going to use Tizen::Ui::Controls::TabBar in my application. Is where a way to place a small icon at the left of the text item?

Responses

2 Replies
Alex Ashirov

Hi,

It isn’t possible using standard Tizen::Ui::Controls::TabBar. It can only contain text items.

Alex Dem

Hi,
I did not find simple way.
I think you need to create your own TabBar using UICustomizer
and configure Properties->Image-> ITEM_BG_NORMAL, ITEM_BG_PRESSED with background image(most part will be transparent but small part with icon image).
Alexey.