[conform][access] remove temporal lines - indicator accessibility
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 26 Mar 2013 02:10:55 +0000 (11:10 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 28 Mar 2013 04:50:07 +0000 (13:50 +0900)
themes/widgets/conformant.edc

index 3d36729..59b5dbb 100644 (file)
               min: 0 0;
            }
         }
-        part { name: "access"; type: RECT;
-           repeat_events: 1;
-           description { state: "default" 0.0;
-             fixed: 1 1;
-             rel1 { relative: 0.9 0.0; to: "elm.swallow.indicator"; }
-             rel2 { relative: 1.0 1.0; to: "elm.swallow.indicator"; }
-             color: 0 0 0 0;
-             visible: 0;
-           }
-           description { state: "visible" 0.0;
-              inherit: "default" 0.0;
-              visible: 1;
-           }
-        }
         part { name: "sip_area";
            type: RECT;
            description { state: "default" 0.0;
                 }
            }
         }
-        program { name: "access_on";
-            signal: "elm,state,access,on";
-            source: "elm";
-            action: STATE_SET "visible" 0.0;
-            target: "access";
-        }
-        program { name: "access_off";
-            signal: "elm,state,access,off";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "access";
-         }
-         program {
+        program {
             name: "change_to_landscape";
             signal: "elm,state,landscape";
             source: "elm";