[ctxpopup] chage bg image
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 19 Jul 2011 11:25:11 +0000 (20:25 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Tue, 19 Jul 2011 11:25:11 +0000 (20:25 +0900)
16 files changed:
themes/groups/ctxpopup.edc
themes/images/nbeat-black/00_list_bar_press.png [deleted file]
themes/images/nbeat-black/00_popup_bubble_bg.png
themes/images/nbeat-black/00_popup_bubble_bg_left_bottom.png [deleted file]
themes/images/nbeat-black/00_popup_bubble_bg_left_top.png [deleted file]
themes/images/nbeat-black/00_popup_bubble_bg_no_shadow.png [deleted file]
themes/images/nbeat-black/00_popup_bubble_bg_right_bottom.png [deleted file]
themes/images/nbeat-black/00_popup_bubble_bg_right_top.png [deleted file]
themes/images/nbeat/00_list_bar_press.png [deleted file]
themes/images/nbeat/00_popup_bubble_bg.png
themes/images/nbeat/00_popup_bubble_bg_back.png [deleted file]
themes/images/nbeat/00_popup_bubble_bg_left_bottom.png [deleted file]
themes/images/nbeat/00_popup_bubble_bg_left_top.png [deleted file]
themes/images/nbeat/00_popup_bubble_bg_no_shadow.png [deleted file]
themes/images/nbeat/00_popup_bubble_bg_right_bottom.png [deleted file]
themes/images/nbeat/00_popup_bubble_bg_right_top.png [deleted file]

index d9e3baa..2f56cda 100644 (file)
        group {
                name: "elm/ctxpopup/base/default";
                images {
-                       image: "00_popup_bubble_bg_left_top.png" COMP;
-                       image: "00_popup_bubble_bg_right_top.png" COMP;
-                       image: "00_popup_bubble_bg_left_bottom.png" COMP;
-                       image: "00_popup_bubble_bg_right_bottom.png" COMP;
-                       image: "00_popup_bubble_bg_no_shadow.png" COMP;
                        image: "00_popup_bubble_bg.png" COMP;
                }
                parts {
                                mouse_events: 0;
                                description {
                                        state: "default" 0.0;
-                                       rel1 {to:"frame_shadow_left_top_padding";}
-                                       rel2 {to:"frame_shadow_right_bottom_padding";}
+                                       rel1 {
+                                       relative: 0.2 0.2;
+                                               to:"frame_shadow_left_top_padding";
+                                       }
+                                       rel2 {
+                                               relative: 0.8 0.8;
+                                               to:"frame_shadow_right_bottom_padding";
+                                       }
                                        image {
                                                normal: "00_popup_bubble_bg.png";
-                                               border: 10 10 10 10;
+                                               border: 13 13 13 13;
                                                border_scale: 1;
                                        }
-                                       color: 255 255 255 255;
                                }
                        }
                        part { name: "arrow_area_left";
 
                        part {
                                name: "ctxpopup_frame_left_top";
-                               type: IMAGE;
+                               type: RECT;
                                scale: 1;
                                description {
+                                       visible: 0;
                                        align: 0 0;
                                        min: CTXPOPUP_FRAME_CORNER_SIZE;
                                        max: CTXPOPUP_FRAME_CORNER_SIZE;
-                                       image {
-                                               normal: "00_popup_bubble_bg_left_top.png";
-                                       }
                                }
                        }
 
                        part {
                                name: "ctxpopup_frame_right_top";
-                               type: IMAGE;
+                               type: RECT;
                                scale: 1;
                                description {
+                                       visible: 0;
                                        align: 1 0;
                                        min: CTXPOPUP_FRAME_CORNER_SIZE;
                                        max: CTXPOPUP_FRAME_CORNER_SIZE;
-                                       image {
-                                               normal: "00_popup_bubble_bg_right_top.png";
-                                       }
                                }
                        }
 
                        part {
                                name: "ctxpopup_frame_left_bottom";
-                               type: IMAGE;
+                               type: RECT;
                                scale: 1;
                                description {
+                                       visible: 0;
                                        align: 0 1;
                                        min: CTXPOPUP_FRAME_CORNER_SIZE;
                                        max: CTXPOPUP_FRAME_CORNER_SIZE;
-                                       image {
-                                               normal: "00_popup_bubble_bg_left_bottom.png";
-                                       }
                                }
                        }
 
                        part {
                                name: "ctxpopup_frame_right_bottom";
-                               type: IMAGE;
+                               type: RECT;
                                scale: 1;
                                description {
+                                       visible: 0;
                                        align: 1 1;
                                        min: CTXPOPUP_FRAME_CORNER_SIZE;
                                        max: CTXPOPUP_FRAME_CORNER_SIZE;
-                                       image {
-                                               normal: "00_popup_bubble_bg_right_bottom.png";
-                                       }
-                               }
-                       }
-
-                       part {
-                               name: "ctxpopup_frame_top";
-                               type: IMAGE;
-                               scale: 1;
-                               description {
-                                       image {
-                                               normal: "00_popup_bubble_bg_no_shadow.png";
-                                       }
-                                       align: 0 0;
-                                       rel1 {to:"ctxpopup_frame_left_top";  relative: 1 0;}
-                                       rel2 {to:"ctxpopup_frame_right_top";  relative: 0 1;}
-                               }
-                       }
-
-                       part {
-                               name: "ctxpopup_frame";
-                               type: IMAGE;
-                               scale: 1;
-                               description {
-                                       image {
-                                               normal: "00_popup_bubble_bg_no_shadow.png";
-                                       }
-                                       align: 0 0;
-                                       rel1 {to:"ctxpopup_frame_left_top";  relative: 0 1;}
-                                       rel2 {to:"ctxpopup_frame_right_bottom";  relative: 1 0;}
-                               }
-                       }
-
-                       part {
-                               name: "ctxpopup_frame_bottom";
-                               type: IMAGE;
-                               scale: 1;
-                               description {
-                                       image {
-                                               normal: "00_popup_bubble_bg_no_shadow.png";
-                                       }
-                                       align: 0 0;
-                                       rel1 {to:"ctxpopup_frame_left_bottom";  relative: 1 0;}
-                                       rel2 {to:"ctxpopup_frame_right_bottom";  relative: 0 1;}
                                }
                        }
-
                        part {
                                name:"list_shadow_right_bottom_padding";
                                type:RECT;
 ///////////////////////////////////////////////////////////////////////////////
        group {
                name: "elm/ctxpopup/text_style_item/default";
-               images {
-                       image: "00_list_bar_press.png" COMP;
-               }
                parts {
                        part {
                                name: "event_blocker";
                        part {
                                name: "bg";
                                mouse_events: 0;
-                               type: IMAGE;
+                               type: RECT;
                                description {
                                        state: "default" 0.0;
-                                       visible: 0;
+                                       color: GENLIST_PART_BG_COLOR_INC;
+                                       visible: 1;
                                }
                                description {
                                        state: "clicked" 0.0;
-                                       image {
-                                               normal: "00_list_bar_press.png";
-                                               border: 10 10 10 10;
-                                               border_scale: 1;
-                                       }
+                                       color: GENLIST_PART_BG_SELECTED_COLOR_INC;
+                                       visible: 1;
                                }
                        }
                        part {
                                        align: 0.5 0.5;
                                        rel1 {relative: 1.0 0.0; to: "left_padding";}
                                        rel2 {relative: 0.0 1.0; to: "right_padding";}
-                                       color: CTXPOPUP_FONT_COLOR;
+                                       color: GENLIST_PART_TEXT_COLOR_INC;
                                        text {
                                                font: "SLP:style=Roman";
                                                size: 24;
                                description {
                                        state: "clicked" 0.0;
                                        inherit: "default" 0.0;
-                                       color: CTXPOPUP_CLICKED_FONT_COLOR;
+                                       color: GENLIST_PART_TEXT_SELECTED_COLOR_INC;
                                }
                        }
                        part {
 ///////////////////////////////////////////////////////////////////////////////
        group {
                name: "elm/ctxpopup/icon_style_item/default";
-               images {
-                       image: "00_list_bar_press.png" COMP;
-               }
                parts {
                        part {
                                name: "event_blocker";
                        part {
                                name: "bg";
                                mouse_events: 0;
-                               type: IMAGE;
+                               type: RECT;
                                description {
                                        state: "default" 0.0;
-                                       visible: 0;
+                                       color: GENLIST_PART_BG_COLOR_INC;
+                                       visible: 1;
                                        min: 100 70;
                                        max: 100 70;
                                }
                                description {
                                        state: "clicked" 0.0;
-                                       image {
-                                               normal: "00_list_bar_press.png";
-                                               border: 10 10 10 10;
-                                               border_scale: 1;
-                                       }
+                                       color: GENLIST_PART_BG_SELECTED_COLOR_INC;
+                                       visible: 1;
                                }
                        }
                        part {
 ///////////////////////////////////////////////////////////////////////////////
        group {
                name: "elm/ctxpopup/icon_text_style_item/default";
-               images {
-                       image: "00_list_bar_press.png" COMP;
-               }
                parts {
                        part {
                                name: "event_blocker";
                        part {
                                name: "bg";
                                mouse_events: 0;
-                               type: IMAGE;
+                               type: RECT;
                                description {
                                        state: "default" 0.0;
-                                       visible: 0;
+                                       color: GENLIST_PART_BG_COLOR_INC;
+                                       visible: 1;
                                }
                                description {
                                        state: "clicked" 0.0;
-                                       image {
-                                               normal: "00_list_bar_press.png";
-                                               border: 10 10 10 10;
-                                               border_scale: 1;
-                                       }
+                                       color: GENLIST_PART_BG_SELECTED_COLOR_INC;
+                                       visible: 1;
                                }
                        }
                        part {
                                        align: 0.5 0.5;
                                        rel1 {relative: 1.0 0.0; to_x: "icon_right_padding";}
                                        rel2 {relative: 0.0 1.0; to_x: "text_right_padding";}
-                                       color: CTXPOPUP_FONT_COLOR;
+                                       color: GENLIST_PART_TEXT_COLOR_INC;
                                        text {
                                                font: "SLP:style=Roman";
                                                size: 20;
                                description {
                                        state: "clicked" 0.0;
                                        inherit: "default" 0.0;
-                                       color: CTXPOPUP_CLICKED_FONT_COLOR;
+                                       color: GENLIST_PART_TEXT_SELECTED_COLOR_INC;
                                }
                        }
                        part {
diff --git a/themes/images/nbeat-black/00_list_bar_press.png b/themes/images/nbeat-black/00_list_bar_press.png
deleted file mode 100644 (file)
index 82d35fb..0000000
Binary files a/themes/images/nbeat-black/00_list_bar_press.png and /dev/null differ
index 8733b50..b766bc6 100644 (file)
Binary files a/themes/images/nbeat-black/00_popup_bubble_bg.png and b/themes/images/nbeat-black/00_popup_bubble_bg.png differ
diff --git a/themes/images/nbeat-black/00_popup_bubble_bg_left_bottom.png b/themes/images/nbeat-black/00_popup_bubble_bg_left_bottom.png
deleted file mode 100644 (file)
index 69024d9..0000000
Binary files a/themes/images/nbeat-black/00_popup_bubble_bg_left_bottom.png and /dev/null differ
diff --git a/themes/images/nbeat-black/00_popup_bubble_bg_left_top.png b/themes/images/nbeat-black/00_popup_bubble_bg_left_top.png
deleted file mode 100644 (file)
index 60b6621..0000000
Binary files a/themes/images/nbeat-black/00_popup_bubble_bg_left_top.png and /dev/null differ
diff --git a/themes/images/nbeat-black/00_popup_bubble_bg_no_shadow.png b/themes/images/nbeat-black/00_popup_bubble_bg_no_shadow.png
deleted file mode 100644 (file)
index 6f9d47d..0000000
Binary files a/themes/images/nbeat-black/00_popup_bubble_bg_no_shadow.png and /dev/null differ
diff --git a/themes/images/nbeat-black/00_popup_bubble_bg_right_bottom.png b/themes/images/nbeat-black/00_popup_bubble_bg_right_bottom.png
deleted file mode 100644 (file)
index 99b34ba..0000000
Binary files a/themes/images/nbeat-black/00_popup_bubble_bg_right_bottom.png and /dev/null differ
diff --git a/themes/images/nbeat-black/00_popup_bubble_bg_right_top.png b/themes/images/nbeat-black/00_popup_bubble_bg_right_top.png
deleted file mode 100644 (file)
index 10975d4..0000000
Binary files a/themes/images/nbeat-black/00_popup_bubble_bg_right_top.png and /dev/null differ
diff --git a/themes/images/nbeat/00_list_bar_press.png b/themes/images/nbeat/00_list_bar_press.png
deleted file mode 100644 (file)
index 8403379..0000000
Binary files a/themes/images/nbeat/00_list_bar_press.png and /dev/null differ
index 8733b50..7a57b6f 100644 (file)
Binary files a/themes/images/nbeat/00_popup_bubble_bg.png and b/themes/images/nbeat/00_popup_bubble_bg.png differ
diff --git a/themes/images/nbeat/00_popup_bubble_bg_back.png b/themes/images/nbeat/00_popup_bubble_bg_back.png
deleted file mode 100644 (file)
index 7a57b6f..0000000
Binary files a/themes/images/nbeat/00_popup_bubble_bg_back.png and /dev/null differ
diff --git a/themes/images/nbeat/00_popup_bubble_bg_left_bottom.png b/themes/images/nbeat/00_popup_bubble_bg_left_bottom.png
deleted file mode 100644 (file)
index 69024d9..0000000
Binary files a/themes/images/nbeat/00_popup_bubble_bg_left_bottom.png and /dev/null differ
diff --git a/themes/images/nbeat/00_popup_bubble_bg_left_top.png b/themes/images/nbeat/00_popup_bubble_bg_left_top.png
deleted file mode 100644 (file)
index 60b6621..0000000
Binary files a/themes/images/nbeat/00_popup_bubble_bg_left_top.png and /dev/null differ
diff --git a/themes/images/nbeat/00_popup_bubble_bg_no_shadow.png b/themes/images/nbeat/00_popup_bubble_bg_no_shadow.png
deleted file mode 100644 (file)
index 6f9d47d..0000000
Binary files a/themes/images/nbeat/00_popup_bubble_bg_no_shadow.png and /dev/null differ
diff --git a/themes/images/nbeat/00_popup_bubble_bg_right_bottom.png b/themes/images/nbeat/00_popup_bubble_bg_right_bottom.png
deleted file mode 100644 (file)
index 99b34ba..0000000
Binary files a/themes/images/nbeat/00_popup_bubble_bg_right_bottom.png and /dev/null differ
diff --git a/themes/images/nbeat/00_popup_bubble_bg_right_top.png b/themes/images/nbeat/00_popup_bubble_bg_right_top.png
deleted file mode 100644 (file)
index 10975d4..0000000
Binary files a/themes/images/nbeat/00_popup_bubble_bg_right_top.png and /dev/null differ