rimmed pushed a commit to branch master.

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

commit adab2aeb97be2168aeb621a4d13b26530f91e14b
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Fri Jul 24 09:57:58 2015 +0300

    Styles: add layout for state list
    
    No sense to use box, because this widget not themeble
    
    Change-Id: I04815fc02002692044e122c850d6deb6b71b1fb8
---
 data/themes/default/widgets/layout.edc             |  1 +
 .../themes/default/widgets/layouts/signal_list.edc | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/data/themes/default/widgets/layout.edc 
b/data/themes/default/widgets/layout.edc
index 99b6969..8c9fdb0 100644
--- a/data/themes/default/widgets/layout.edc
+++ b/data/themes/default/widgets/layout.edc
@@ -3,6 +3,7 @@
 #include "layouts/live_view.edc"
 #include "layouts/live_view_toolbar_helper.edc"
 #include "layouts/property.edc"
+#include "layouts/signal_list.edc"
 
 group { name: "elm/layout/window/main";
    images {
diff --git a/data/themes/default/widgets/layouts/signal_list.edc 
b/data/themes/default/widgets/layouts/signal_list.edc
new file mode 100644
index 0000000..24c6fed
--- /dev/null
+++ b/data/themes/default/widgets/layouts/signal_list.edc
@@ -0,0 +1,35 @@
+group { name: "elm/layout/state_list/default";
+   broadcast_signal: 0;
+   parts {
+      part { name: "elm.swallow.btn_add";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            align: 1.0 0.0;
+            min: 0 19;
+            max: 18 19;
+            rel2 {
+               relative: 0.0 1.0;
+               to_x: "elm.swallow.btn_del";
+            }
+         }
+      }
+      part { name: "elm.swallow.btn_del";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            align: 1.0 0.0;
+            min: 18 19;
+            max: 18 19;
+         }
+      }
+      part { name: "elm.swallow.content";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            rel1 {
+               relative: 0.0 1.0;
+               offset: 0 3;
+               to_y: "elm.swallow.btn_add";
+            }
+         }
+      }
+   }
+}

-- 


Reply via email to