rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=4d505cdf5763d3dede44c2fda85746a52f6ca9a9

commit 4d505cdf5763d3dede44c2fda85746a52f6ca9a9
Author: Mykyta Biliavskyi <[email protected]>
Date:   Fri Jun 17 10:58:26 2016 +0300

    Tizen theme: Add shadow for splash window.
---
 data/themes/tizen/images/shadow.png | Bin 0 -> 7114 bytes
 data/themes/tizen/widgets/inwin.edc |  18 ++++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/data/themes/tizen/images/shadow.png 
b/data/themes/tizen/images/shadow.png
new file mode 100644
index 0000000..93fff9c
Binary files /dev/null and b/data/themes/tizen/images/shadow.png differ
diff --git a/data/themes/tizen/widgets/inwin.edc 
b/data/themes/tizen/widgets/inwin.edc
index b707b97..aa7bbf5 100644
--- a/data/themes/tizen/widgets/inwin.edc
+++ b/data/themes/tizen/widgets/inwin.edc
@@ -283,9 +283,27 @@ group { name: "elm/win/inwin/splash";
      image: "splash/Comp 1_00000_00043.png" COMP;
      image: "splash/Comp 1_00000_00044.png" COMP;
      image: "cd_splash_img.png" COMP;
+     image: "shadow.png" COMP;
    }
    broadcast_signal: 0;
    parts {
+      part { name: "shadow";
+         type: IMAGE;
+         description { state: "default" 0.0;
+            image {
+               normal: "shadow.png";
+               border: 20 20 20 20;
+            }
+            rel1 {
+               offset: -7 -7;
+               to: "border";
+            }
+            rel2 {
+               offset: 9 9;
+               to: "border";
+            }
+         }
+      }
       part { name: "border";
          type: RECT;
          description { state: "default" 0.0;

-- 


Reply via email to