[Progressbar]: Applied 0.3, Dark theme based changes. pending_list style modified
authorshilpa singh <shilpa.singh@samsung.com>
Wed, 12 Jun 2013 14:53:42 +0000 (20:23 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 20 Jun 2013 12:47:31 +0000 (21:47 +0900)
to add an extra background according to theme.

Change-Id: I9283549f244a52c83da5eec72ee3355180fb45f7

14 files changed:
themes/images/HD/dark/Controls/00_progress_bar.png
themes/images/HD/dark/Controls/00_progress_bar_dim.png
themes/images/HD/dark/Controls/00_progress_bg.png
themes/images/HD/dark/Controls/00_progress_bg_dim.png
themes/images/HD/dark/Controls/00_progress_pending_01_bg.png
themes/images/HD/dark/Controls/00_progress_pending_01_bg_dim.png
themes/images/HD/dark/Controls/00_progress_pending_01_bg_h.png
themes/images/HD/dark/Controls/00_progress_pending_01_bg_h_dim.png
themes/images/HD/dark/Controls/00_progress_pending_02_bg.png
themes/images/HD/dark/Controls/00_progress_pending_02_bg_dim.png
themes/images/HD/dark/Controls/00_progress_pending_02_bg_h.png
themes/images/HD/dark/Controls/00_progress_pending_02_bg_h_dim.png
themes/inc/tizen-dark-inc.edc
themes/widgets/progressbar.edc

index 551ec63..aabe488 100644 (file)
Binary files a/themes/images/HD/dark/Controls/00_progress_bar.png and b/themes/images/HD/dark/Controls/00_progress_bar.png differ
index e446428..b727040 100644 (file)
Binary files a/themes/images/HD/dark/Controls/00_progress_bar_dim.png and b/themes/images/HD/dark/Controls/00_progress_bar_dim.png differ
index 4ced646..9d3751d 100644 (file)
Binary files a/themes/images/HD/dark/Controls/00_progress_bg.png and b/themes/images/HD/dark/Controls/00_progress_bg.png differ
index 5bc8973..17c3587 100644 (file)
Binary files a/themes/images/HD/dark/Controls/00_progress_bg_dim.png and b/themes/images/HD/dark/Controls/00_progress_bg_dim.png differ
index 95110ef..dc8bd60 100644 (file)
Binary files a/themes/images/HD/dark/Controls/00_progress_pending_01_bg.png and b/themes/images/HD/dark/Controls/00_progress_pending_01_bg.png differ
index fc34921..e883db0 100644 (file)
Binary files a/themes/images/HD/dark/Controls/00_progress_pending_01_bg_dim.png and b/themes/images/HD/dark/Controls/00_progress_pending_01_bg_dim.png differ
index 68bc54c..0f1b82b 100644 (file)
Binary files a/themes/images/HD/dark/Controls/00_progress_pending_01_bg_h.png and b/themes/images/HD/dark/Controls/00_progress_pending_01_bg_h.png differ
index b22726d..7ff9fd4 100644 (file)
Binary files a/themes/images/HD/dark/Controls/00_progress_pending_01_bg_h_dim.png and b/themes/images/HD/dark/Controls/00_progress_pending_01_bg_h_dim.png differ
index 34d5193..f408d8b 100644 (file)
Binary files a/themes/images/HD/dark/Controls/00_progress_pending_02_bg.png and b/themes/images/HD/dark/Controls/00_progress_pending_02_bg.png differ
index 4308aa3..064207e 100644 (file)
Binary files a/themes/images/HD/dark/Controls/00_progress_pending_02_bg_dim.png and b/themes/images/HD/dark/Controls/00_progress_pending_02_bg_dim.png differ
index 927c174..25e0533 100644 (file)
Binary files a/themes/images/HD/dark/Controls/00_progress_pending_02_bg_h.png and b/themes/images/HD/dark/Controls/00_progress_pending_02_bg_h.png differ
index 2f17d64..1165a29 100644 (file)
Binary files a/themes/images/HD/dark/Controls/00_progress_pending_02_bg_h_dim.png and b/themes/images/HD/dark/Controls/00_progress_pending_02_bg_h_dim.png differ
index 67f7e80..070a8db 100755 (executable)
 #define PROGRESSBAR_LIST_PROGRESS_HEIGHT_INC 36
 #define PROGRESSBAR_LIST_PENDING_HEIGHT_INC 36
 #define PROGRESSBAR_PROGRESS_CIRCLE_BG_SIZE_INC 126 126
-#define PROGRESS_BG_IMAGE_BORDER_INC  17 17 17 17
-#define PROGRESS_BAR_IMAGE_BORDER_INC  8 8 15 18
-#define PROGRESS_BAR_IMAGE_PADDING_SIZE_INC  9 0
+#define PROGRESS_BG_IMAGE_BORDER_INC  17 17 0 0
+#define PROGRESS_BAR_IMAGE_BORDER_INC  17 17 0 0
+#define PROGRESS_BAR_IMAGE_PADDING_SIZE_INC  0 0
 
 #define NOCONTENT_TEXT_BLOCK_STYLE_COLOR_INC 128 128 128 255
 #define NOCONTENT_TEXT_BLOCK_TEXT_SIZE_INC   28
index c19f399..8a03033 100644 (file)
                }
             }
          }
+         part { name: "background";
+            mouse_events: 0;
+            scale: 1;
+            clip_to: "elm.background.progressbar";
+            description {
+               state: "default" 0.0;
+               rel1 {
+                  to: "elm.swallow.bar";
+                  relative: 0.0 0.0;
+               }
+               rel2 {
+                  to: "elm.swallow.bar";
+                  relative: 1.0 1.0;
+               }
+               image {
+                  normal: "00_progress_bg.png";
+                  border: PROGRESS_BG_IMAGE_BORDER_INC;
+                  border_scale: 1;
+               }
+            }
+         }
          part { name: "elm.progress.progressbar";
             mouse_events: 0;
             scale: 1;
                min: 0 0;
                fixed: 1 1;
                rel1 {
-                  to: "elm.swallow.bar";
+                  to: "background";
                   relative: 0.0 0.0;
                }
                rel2 {
-                  to: "elm.swallow.bar";
+                  to: "background";
                   relative: 1.0 1.0;
                   offset: -1 -1;
                }