Searched refs:style_text_muted (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.4.0/demos/widgets/ |
D | lv_demo_widgets.c | 62 static lv_style_t style_text_muted; variable 147 lv_style_init(&style_text_muted); in lv_demo_widgets() 148 lv_style_set_text_opa(&style_text_muted, LV_OPA_50); in lv_demo_widgets() 180 lv_obj_add_style(label, &style_text_muted, 0); in lv_demo_widgets() 212 lv_obj_add_style(dsc, &style_text_muted, 0); in profile_create() 259 lv_obj_add_style(user_name_label, &style_text_muted, 0); in profile_create() 268 lv_obj_add_style(password_label, &style_text_muted, 0); in profile_create() 278 lv_obj_add_style(gender_label, &style_text_muted, 0); in profile_create() 285 lv_obj_add_style(birthday_label, &style_text_muted, 0); in profile_create() 299 lv_obj_add_style(experience_label, &style_text_muted, 0); in profile_create() [all …]
|