What do you want to achieve?
I’m looking to build something like this button bar:
What have you tried so far?
I’ve managed to create the buttons and the outer container (using a combination of borders and outlines), but I’m having a hard time with the fact that LVGL only allows setting radius for all corners, and not on a per-corner basis.
I can set the radius on the outer container and set it to clip children, but then the borders on the inner buttons are also clipped instead of being rounded.
Anyone know how I can do this? I am considering using an image button, but I’d like to generate the UI programmatically if possible.
Thanks!
