lvgl / lv_demos

Examples, tutorials and applications for the LVGL embedded GUI library
https://lvgl.io
489 stars 366 forks source link

list item delimiter not show #61

Closed incity closed 4 years ago

incity commented 4 years ago

image need one line here

embeddedt commented 4 years ago

Looks like a possible invalidation issue (the spacer above "This is a quite long text" is too long and seems to ignore the padding).

kisvegabor commented 4 years ago

Actually it's an issue in the theme. The bottom thin line is painted to greenish when focused. But the checked button is also greenish so the line is not visible when a button is checked and focused (it's the lastly clicked).

I'm consulting with the graphics designer about how to highlight the focused button.

kisvegabor commented 4 years ago

Should be fixed in lvgl/master