Home
last modified time | relevance | path

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

/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c64 static lv_style_t style_text_muted; variable
154 lv_style_init(&style_text_muted); in lv_demo_widgets()
155 lv_style_set_text_opa(&style_text_muted, LV_OPA_50); in lv_demo_widgets()
187 lv_obj_add_style(label, &style_text_muted, 0); in lv_demo_widgets()
211 lv_style_reset(&style_text_muted); in lv_demo_widgets_close()
235 lv_obj_add_style(dsc, &style_text_muted, 0); in profile_create()
282 lv_obj_add_style(user_name_label, &style_text_muted, 0); in profile_create()
291 lv_obj_add_style(password_label, &style_text_muted, 0); in profile_create()
301 lv_obj_add_style(gender_label, &style_text_muted, 0); in profile_create()
308 lv_obj_add_style(birthday_label, &style_text_muted, 0); in profile_create()
[all …]