obj = elm_layout_add(win); elm_layout_file_set(obj, "example.edj", "example"); elm_win_resize_object_add(win, obj); evas_object_show(obj);