Searched refs:table_cell (Results 1 – 1 of 1) sorted by relevance
109 lv_style_t table_cell; member541 style_init_reset(&styles->table_cell); in style_init()542 lv_style_set_border_width(&styles->table_cell, lv_disp_dpx(theme.disp, 1)); in style_init()543 lv_style_set_border_color(&styles->table_cell, color_grey); in style_init()544 lv_style_set_border_side(&styles->table_cell, LV_BORDER_SIDE_TOP | LV_BORDER_SIDE_BOTTOM); in style_init()872 lv_obj_add_style(obj, &styles->table_cell, LV_PART_ITEMS); in theme_apply()