[slider] Dark Theme UX v0.9 is implemented.
authoruser <irfan.b@irfan.b-ubuntu>
Thu, 4 Jul 2013 10:38:40 +0000 (16:08 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Mon, 8 Jul 2013 06:52:55 +0000 (15:52 +0900)
Change-Id: Ieba55e6d844576a44af6e2123e72d9e3cb6448f9

themes/inc/tizen-dark-inc.edc
themes/inc/tizen-light-inc.edc
themes/widgets/slider.edc

index 9d61ce2..afdbf6f 100755 (executable)
 #define SLIDER_INDICATOR_MAX_WIDTH_INC 90
 #define SLIDER_INDICATOR_WIDTH_INC 48
 #define SLIDER_INDICATOR_HEIGHT_INC 72
+#define SLIDER_ICON_CLIPPER_COLOR_INC 250 250 250 153
 
 #define SLIDER_INDICATOR_POPUP_TEXT_COLOR_INC 76 81 88 255
 #define SLIDER_INDICATOR_POPUP_TEXT_SIZE_INC 72
index a18f9ff..c47d700 100755 (executable)
 #define SLIDER_INDICATOR_MAX_WIDTH_INC 90
 #define SLIDER_INDICATOR_WIDTH_INC 48
 #define SLIDER_INDICATOR_HEIGHT_INC 72
+#define SLIDER_ICON_CLIPPER_COLOR_INC 128 128 128 127
 
 #define SLIDER_INDICATOR_POPUP_TEXT_COLOR_INC 250 250 250 255
 #define SLIDER_INDICATOR_POPUP_TEXT_SIZE_INC 72
index d17bc55..325124a 100644 (file)
                   aspect_preference: VERTICAL;
                }
             }
+            part { name: "elm.swallow.content.shadow.proxy";
+               type: PROXY;
+               scale: 1;
+               clip_to: "elm.swallow.content.shadow.clipper";
+               description { state: "default" 0.0;
+                  source: "elm.swallow.icon";
+                  proxy.source_clip: 0;
+                  rel1 {
+                     to: "elm.swallow.icon";
+                     offset: 0 1;
+                  }
+                  rel2 {
+                     to: "elm.swallow.icon";
+                     offset: -1 0;
+                  }
+               }
+            }
+            part { name: "elm.swallow.content.proxy";
+               type: PROXY;
+               scale: 1;
+               clip_to: "icon_clipper";
+               description { state: "default" 0.0;
+                  source: "elm.swallow.icon";
+                  proxy.source_clip: 0;
+                  rel1.to: "elm.swallow.icon";
+                  rel2.to: "elm.swallow.icon";
+               }
+            }
+            part { name: "elm.swallow.content.shadow.clipper";
+               scale: 1;
+               type: RECT;
+               description { state: "default" 0.0;
+                  color: 0 0 0 255;
+               }
+            }
+            part { name: "icon_clipper";
+               scale: 1;
+               type: RECT;
+               description { state: "default" 0.0;
+                  color: SLIDER_ICON_CLIPPER_COLOR_INC;
+               }
+            }
             part { name: "elm.text";
                type: TEXT;
                mouse_events: 0;
                   aspect_preference: VERTICAL;
                }
             }
+            part { name: "elm.swallow.content.shadow.proxy.end";
+               type: PROXY;
+               scale: 1;
+               clip_to: "elm.swallow.content.shadow.clipper.end";
+               description { state: "default" 0.0;
+                  source: "elm.swallow.end";
+                  proxy.source_clip: 0;
+                  rel1 {
+                     to: "elm.swallow.end";
+                     offset: 0 1;
+                  }
+                  rel2 {
+                     to: "elm.swallow.end";
+                     offset: -1 0;
+                  }
+               }
+            }
+            part { name: "elm.swallow.content.proxy.end";
+               type: PROXY;
+               scale: 1;
+               clip_to: "icon_clipper_end";
+               description { state: "default" 0.0;
+                  source: "elm.swallow.end";
+                  proxy.source_clip: 0;
+                  rel1.to: "elm.swallow.end";
+                  rel2.to: "elm.swallow.end";
+               }
+            }
+            part { name: "elm.swallow.content.shadow.clipper.end";
+               scale: 1;
+               type: RECT;
+               description { state: "default" 0.0;
+                  color: 0 0 0 255;
+               }
+            }
+            part { name: "icon_clipper_end";
+               scale: 1;
+               type: RECT;
+               description { state: "default" 0.0;
+                  color: SLIDER_ICON_CLIPPER_COLOR_INC;
+               }
+            }
             part { name: "units";
                mouse_events: 0;
                scale: 1;