Help customise tabview

What MCU/Processor/Board and compiler are you using?

mimxrt1064

What LVGL version are you using?

7.6.1

What do you want to achieve?

I need such customized tabview.

  1. Instead of simple text in tab-buttons I need text with picture. I know that I can use pad_top to increase button height and put image on empty space. But how can I align image relatively of buttons from btnmatrix ?
  2. Is it possible to fill active button from btnmatrix in one color (for example bg color of main page, yellow on attached picture) while inactive buttons filled with another color (blue on attached picture) ?

Picture

pic