&wifi_onoff_itc, (void *)ug_type, NULL, ELM_GENLIST_ITEM_NONE,
NULL, NULL);
+ elm_genlist_item_select_mode_set(manager_object->item_wifi_onoff, ELM_OBJECT_SELECT_MODE_NONE);
__COMMON_FUNC_EXIT__;
}
viewer_list = elm_genlist_add(win);
assertm_if(NULL == viewer_list, "NULL!!");
+ if (wifi_get_ug_type() == UG_VIEW_OOBE) {
+ elm_object_style_set(viewer_list, "solid/default");
+ elm_object_color_class_color_set(viewer_list, "bg", 255, 255, 255, 255);
+ }
+
// To use multiline textblock/entry/editfield in genlist, set height_for_width mode
// then the item's height is calculated while the item's width fits to genlist width.
elm_genlist_mode_set(viewer_list, ELM_LIST_COMPRESS);