Hi everyone!
Do anyone know whether there's a way to customize a tabbar? For example, I need blue text (labels) inside of items of the tabbar. The tabbar must be white itself.
I tried
evas_object_color_set(255, 255, 255, 100);
It makes the whole tabbar (with items) white, semi-transparent. When I change the last parameter a = 100 to 0 (or 255) and the label to red color I don't see anything, because the Widget is completely white (or transparent ). But I'd like to use both colors here. Has anyone faced such problem?