[popup] add border to title bg, and modify liststyle on nbeat-black
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 22 Jun 2011 12:16:38 +0000 (21:16 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 22 Jun 2011 12:16:38 +0000 (21:16 +0900)
Change-Id: Ibfc4119f9190600b4cf1663b01510dfcaef0c478

themes/groups/popup.edc
themes/images/nbeat-black/00_popup_title_bg.png

index b561be6..f8e6d0f 100644 (file)
@@ -219,7 +219,7 @@ group { name: "elm/popup/base/default";
             align: 0.5 0.0;
             visible: 0;
             image.normal: "00_popup_title_bg.png";
-            image.border: 2 2 2 0;
+            image.border: 3 3 3 3;
             image.border_scale: 1;
             rel1 {
                relative: 0.5 0.0;
@@ -574,7 +574,7 @@ group { name: "elm/popup/base/verticalbuttonstyle";
             align: 0.5 0.0;
             visible: 0;
             image.normal: "00_popup_title_bg.png";
-            image.border: 2 2 2 0;
+            image.border: 3 3 3 3;
             image.border_scale: 1;
             rel1 {
                relative: 0.5 0.0;
@@ -935,34 +935,44 @@ group { name: "elm/popup/content/menustyle";
 
 group { name: "elm/popup/content/liststyle";
    parts{
-      part { name: "pad_t";
+      part { name: "left_top_padding";
          type: RECT;
+         scale: 1;
+         description { state: "default" 0.0;
+            fixed: 1 1;
+            visible: 0;
+            align: 0.0 0.0;
+            min: 3 3;
+            max: 3 3;
+         }
+      }
+      part{ name:"elm.swallow.content";
+         type: SWALLOW;
          scale : 1;
-         mouse_events: 0;
-         repeat_events: 1;
          description { state: "default" 0.0;
-            align: 0.5 0.0;
-            min: 0 5;
-            fixed: 0 1;
-            color: 0 0 0 0;
+            min: 394 320;
+            align: 0.5 0.5;
+            fixed: 1 0;
             rel1 {
-               relative: 0.0 0.0;
+               relative: 1.0 1.0;
+               to:"left_top_padding";
             }
             rel2 {
-               relative: 0.0 0.0;
+               relative: 0.0 1.0;
+               to:"right_padding";
             }
          }
       }
-
-      part{ name:"elm.swallow.content";
-         type: SWALLOW;
-         scale : 1;
+      part { name: "right_padding";
+         type: RECT;
+         scale: 1;
          description { state: "default" 0.0;
-            min: 400 420;
-            align: 0.5 0.5;
             fixed: 1 0;
+            visible: 0;
+            align: 1.0 0.5;
+            min: 3 0;
             rel1 {
-               relative: 0.0 1.0; to:"pad_t";
+               relative: 1.0 0.0;
             }
             rel2 {
                relative: 1.0 1.0;
index 22e3651..b119b70 100644 (file)
Binary files a/themes/images/nbeat-black/00_popup_title_bg.png and b/themes/images/nbeat-black/00_popup_title_bg.png differ