Searched refs:table_cell (Results 1 – 1 of 1) sorted by relevance
116 lv_style_t table_cell; member536 style_init_reset(&theme->styles.table_cell); in style_init()537 lv_style_set_border_width(&theme->styles.table_cell, LV_DPX_CALC(theme->disp_dpi, 1)); in style_init()538 lv_style_set_border_color(&theme->styles.table_cell, theme->color_grey); in style_init()539 lv_style_set_border_side(&theme->styles.table_cell, LV_BORDER_SIDE_TOP | LV_BORDER_SIDE_BOTTOM); in style_init()903 lv_obj_add_style(obj, &theme->styles.table_cell, LV_PART_ITEMS); in theme_apply()