Lines Matching refs:style_text_muted
64 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()
322 lv_obj_add_style(experience_label, &style_text_muted, 0); in profile_create()
331 lv_obj_add_style(team_player_label, &style_text_muted, 0); in profile_create()
337 lv_obj_add_style(hard_working_label, &style_text_muted, 0); in profile_create()
808 lv_obj_add_style(date, &style_text_muted, 0); in shop_create()
1200 lv_obj_add_style(label, &style_text_muted, 0); in create_shop_item()