Searched refs:style_text_muted (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 64 static lv_style_t style_text_muted; variable 152 lv_style_init(&style_text_muted); in lv_demo_widgets() 153 lv_style_set_text_opa(&style_text_muted, LV_OPA_50); in lv_demo_widgets() 185 lv_obj_add_style(label, &style_text_muted, 0); in lv_demo_widgets() 217 lv_obj_add_style(dsc, &style_text_muted, 0); in profile_create() 264 lv_obj_add_style(user_name_label, &style_text_muted, 0); in profile_create() 273 lv_obj_add_style(password_label, &style_text_muted, 0); in profile_create() 283 lv_obj_add_style(gender_label, &style_text_muted, 0); in profile_create() 290 lv_obj_add_style(birthday_label, &style_text_muted, 0); in profile_create() 304 lv_obj_add_style(experience_label, &style_text_muted, 0); in profile_create() [all …]
|