Searched refs:bottom_margin (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 161 lv_obj_t * bottom_margin = lv_obj_create(bg_cont); in lv_demo_high_res_home() local 162 lv_obj_remove_style_all(bottom_margin); in lv_demo_high_res_home() 163 lv_obj_set_size(bottom_margin, LV_PCT(100), c->sz->home_bottom_margin_height); in lv_demo_high_res_home() 164 lv_obj_set_flex_flow(bottom_margin, LV_FLEX_FLOW_ROW); in lv_demo_high_res_home() 165 …lv_obj_set_flex_align(bottom_margin, LV_FLEX_ALIGN_SPACE_BETWEEN, LV_FLEX_ALIGN_CENTER, LV_FLEX_AL… in lv_demo_high_res_home() 166 lv_obj_set_style_pad_left(bottom_margin, c->sz->gap[10], 0); in lv_demo_high_res_home() 167 lv_obj_set_style_pad_right(bottom_margin, c->sz->gap[10], 0); in lv_demo_high_res_home() 169 lv_obj_t * logo = lv_image_create(bottom_margin); in lv_demo_high_res_home() 177 …lv_obj_t * theme_selector = lv_demo_high_res_simple_container_create(bottom_margin, false, c->sz->… in lv_demo_high_res_home() 180 …lv_obj_set_style_pad_right(bottom_margin, lv_obj_get_style_pad_right(bottom_margin, 0) - c->sz->ga… in lv_demo_high_res_home()
|