lvgl's problem with button height setting in list page




void init_lsit_page() {
   
    
    
	lv_obj_t* parent=lv_scr_act();
	lv_obj_t *page_list = lv_list_create(parent, NULL);
	lv_obj_set_style_local_radius(page_list, LV_OBJ_PART_MAIN

Guess you like

Origin blog.csdn.net/qq_45662588/article/details/135426490