[popup][access] add outline feature
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 2 May 2013 05:37:56 +0000 (14:37 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:11:43 +0000 (20:11 +0900)
themes/widgets/popup.edc

index f69d51d..cff521f 100644 (file)
@@ -703,6 +703,16 @@ group { name: "elm/popup/base/default";
             color: 0 0 0 0;
          }
       }
+      part { name: "access.base";
+         type: RECT;
+         repeat_events: 1;
+         description { state: "default" 0.0;
+            fixed: 1 1;
+            rel1.to: "base";
+            rel2.to: "base";
+            color: 0 0 0 0;
+         }
+      }
       part { name: "elm.swallow.action_area";
          type: SWALLOW;;
          scale: 1;