Searched refs:gender_label (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 281 lv_obj_t * gender_label = lv_label_create(panel2); in profile_create() local 282 lv_label_set_text(gender_label, "Gender"); in profile_create() 283 lv_obj_add_style(gender_label, &style_text_muted, 0); in profile_create() 369 lv_obj_set_grid_cell(gender_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 5, 1); in profile_create() 441 lv_obj_set_grid_cell(gender_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 8, 1); in profile_create() 514 lv_obj_set_grid_cell(gender_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 8, 1); in profile_create()
|