elm_genlist_item_append(ad->files_list, _itc, strdup(list_data), NULL, ELM_GENLIST_ITEM_NONE, list_item_clicked_cb, strdup(list_data));
}
+ elm_genlist_item_append(ad->files_list, _itc, "", NULL, ELM_GENLIST_ITEM_NONE, NULL, NULL);
// elm_genlist_item_append(ad->files_list, _itc, "amlan", NULL, ELM_GENLIST_ITEM_NONE, list_item_clicked_cb, NULL);
// elm_genlist_item_class_free(_itc);