Description
I debute with UI in generally, and i use LVGL that i find very good Library,
i’m using Tabview in tabview to constitute a menu bar in bottom of screen, and i want to change the shape of buttons (for example : add a vertical line between buttons) ,
and i noticed that the first button is activate (checked) in first use, so we see the content of the first tab, is there a possibility in tabview to make all tabs not checked, (for example : press second time in button make it not checked, and hide the main part of tab) ?
What MCU/Processor/Board and compiler are you using?
Codeblocks Simulator
800 * 480
What LVGL version are you using?
8.1.0
What do you want to achieve?buttons zone
How to :
- uncheck all buttons (Container for the tabs must disapear)
- change shape of buttons ,
What have you tried so far?
Code to reproduce
Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.
The code block(s) should be formatted like:
/*You code here*/
Screenshot and/or video
If possible, add screenshots and/or videos about the current state.