Home
last modified time | relevance | path

Searched refs:quick_access_list_button_style (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c25 #define quick_access_list_button_style (LV_GLOBAL_DEFAULT()->fe_list_button_style) macro
405 lv_style_init(&quick_access_list_button_style); in init_style()
406 lv_style_set_border_width(&quick_access_list_button_style, 0); in init_style()
407 lv_style_set_bg_color(&quick_access_list_button_style, lv_color_hex(0xf2f1f6)); in init_style()
420 lv_obj_add_style(list_child, &quick_access_list_button_style, 0); in init_style()