add code to hide indicator automatically when user press the area of content
authorJiyoun Park <jy0703.park@samsung.com>
Thu, 10 Oct 2013 08:45:54 +0000 (17:45 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Fri, 11 Oct 2013 03:48:49 +0000 (12:48 +0900)
Change-Id: I081026979170fe663e3da2429e0bc8e257f8b758

Conflicts:

themes/widgets/conformant.edc

packaging/efl-theme-tizen-hd.spec
themes/widgets/conformant.edc

index 086e850..a48f4d8 100644 (file)
@@ -1,6 +1,6 @@
 Name:          efl-theme-tizen-hd
 Summary:       Tizen theme files
-Version:       1.0.204r09
+Version:       1.0.204r10
 Release:       1
 Group:         TO_BE/FILLED_IN
 License:       APLv2
index d1297b0..2932e2c 100644 (file)
               rel2.to: "elm.swallow.bg";
            }
         }
+        part { name: "indicator_event";
+           type: RECT;
+           repeat_events: 1;
+           description { state: "default" 0.0;
+              rel1 { relative: 0.0 0.0; to: "elm.swallow.content"; }
+              rel2 { relative: 1.0 1.0; to: "elm.swallow.content"; }
+              color: 0 0 0 0;
+              visible: 1;
+           }
+        }
         part { name: "indicator_clipper";
            type: RECT;
            description { state: "default" 0.0;
         }
         part { name: "indicator_bg";
            type: RECT;
-           mouse_events: 0;
+#     mouse_events: 0;
            clip_to: "indicator_clipper";
            description { state: "default" 0.0;
               rel1 { relative: 0.0 0.0; to: "indicator_clipper"; }
             action: STATE_SET "default" 0.0;
             target: "sip_area";
         }
+        program { name: "indicator_event_down";
+            signal: "mouse,down,1";
+            source: "indicator_event";
+            action: SIGNAL_EMIT "elm,action,press" "";
+        }
      }
   }
  group { name: "elm/conformant/base/indicator_overlap";