Searched refs:quick_access_list_button_style (Results 1 – 1 of 1) sorted by relevance
25 #define quick_access_list_button_style (LV_GLOBAL_DEFAULT()->fe_list_button_style) macro405 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()