Genlist: change genlist item style 53/76753/2
authoryeji01kim <yeji01.kim@samsung.com>
Mon, 27 Jun 2016 06:46:08 +0000 (15:46 +0900)
committerJaemin Ryu <jm77.ryu@samsung.com>
Mon, 27 Jun 2016 06:55:05 +0000 (15:55 +0900)
Change-Id: I1f585f7400ad351fa1c3bcf2ebf52df71d419e3e
Signed-off-by: yeji01kim <yeji01.kim@samsung.com>
src/dpm-toolkit-gui.c

index ca07624..baa92ac 100755 (executable)
@@ -284,7 +284,7 @@ static void _gl_policy_group_select(void* data, Evas_Object* obj, void* event_in
        elm_genlist_mode_set(genlist, ELM_LIST_COMPRESS);
 
        itc = elm_genlist_item_class_new();
-       itc->item_style = "1line";
+       itc->item_style = "type1";
        itc->func.text_get = _gl_policy_label_get;
        itc->func.state_get = NULL;
        itc->func.del = NULL;
@@ -314,7 +314,7 @@ static Evas_Object* create_genlist(Evas_Object* naviframe)
        GList* policy_group_list = NULL;
 
        itc = elm_genlist_item_class_new();
-       itc->item_style = "1line";
+       itc->item_style = "type1";
        itc->func.text_get = _gl_policy_group_label_get;
        itc->func.state_get = NULL;
        itc->func.del = NULL;