Home
last modified time | relevance | path

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

/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c243 lv_obj_t * email_label = lv_label_create(panel1); in profile_create() local
244 lv_label_set_text(email_label, "elena@smith.com"); in profile_create()
370 lv_obj_set_grid_cell(email_label, LV_GRID_ALIGN_START, 3, 1, LV_GRID_ALIGN_CENTER, 3, 1); in profile_create()
439 lv_obj_set_grid_cell(email_label, LV_GRID_ALIGN_START, 3, 1, LV_GRID_ALIGN_CENTER, 2, 1); in profile_create()
512 lv_obj_set_grid_cell(email_label, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 3, 1); in profile_create()