Quick Settings Menu

Description

I want to make a drop down menu as android mobile phones have. Maybe with the gesture event, from top to bottom, I want to see some icons without changing the screen. Is that possible ?
It’s name is quick settings menu maybe.

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

NXP IMXRT1176

What LVGL version are you using?

v9.0

As far as I understand - yes. You need to use pointer type input device and add gesture event to the screen. Drop down menu - is a simple container (base object) with identical objects (container with img & label in it).

I will give that a try, will inform about result.