Home
last modified time | relevance | path

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

/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c299 lv_obj_t * gender_label = lv_label_create(panel2); in profile_create() local
300 lv_label_set_text(gender_label, "Gender"); in profile_create()
301 lv_obj_add_style(gender_label, &style_text_muted, 0); in profile_create()
386 lv_obj_set_grid_cell(gender_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 5, 1); in profile_create()
455 lv_obj_set_grid_cell(gender_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 8, 1); in profile_create()
526 lv_obj_set_grid_cell(gender_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 8, 1); in profile_create()