Searched refs:style_text_muted (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 70 static lv_style_t style_text_muted; variable 171 lv_style_init(&style_text_muted); in lv_demo_widgets() 172 lv_style_set_text_opa(&style_text_muted, LV_OPA_50); in lv_demo_widgets() 213 lv_obj_add_style(label, &style_text_muted, 0); in lv_demo_widgets() 263 lv_obj_add_style(dsc, &style_text_muted, 0); in profile_create() 310 lv_obj_add_style(user_name_label, &style_text_muted, 0); in profile_create() 319 lv_obj_add_style(password_label, &style_text_muted, 0); in profile_create() 329 lv_obj_add_style(gender_label, &style_text_muted, 0); in profile_create() 336 lv_obj_add_style(birthday_label, &style_text_muted, 0); in profile_create() 350 lv_obj_add_style(experience_label, &style_text_muted, 0); in profile_create() [all …]
|