first of all, Great job!
I have recently started to play around with LitlevGL library and i am very hapy with it.
For now I have a very beginers question and i would appreciate if you could help me.
How can I remove paddings from a page in a tabview. I want to put an object at the 0 x-cordinate
I tryed to set padding to zero and the style to tabview but it seems i am dooing something the wrong way.
If you are confident that your tabview object is at the 0 X coordinate and yet there is still padding for your tabs/data I suggest you look at all the different tabview styles you can customize. I suspect that the default style in one of these has the paddings you are trying to eliminate (specifically LV_TABVIEW_STYLE_BTN_BG).
You need to remove padding on the tab, not the tabview itself. Tabs are built by positioning page objects below the tab selector, so something like this should work: