summaryrefslogtreecommitdiff
path: root/main/layout/ivug-base.edc
diff options
context:
space:
mode:
Diffstat (limited to 'main/layout/ivug-base.edc')
-rwxr-xr-xmain/layout/ivug-base.edc53
1 files changed, 21 insertions, 32 deletions
diff --git a/main/layout/ivug-base.edc b/main/layout/ivug-base.edc
index fae85c6..3c2ec3e 100755
--- a/main/layout/ivug-base.edc
+++ b/main/layout/ivug-base.edc
@@ -1,47 +1,34 @@
-/*
- * Copyright 2012 Samsung Electronics Co., Ltd
- *
- * Licensed under the Flora License, Version 1.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.tizenopensource.org/license
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
+/*
+ * Copyright 2012 Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.tizenopensource.org/license
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
collections {
group {
name: "ivug_base";
parts {
part {
- name: "indication";
- type: RECT;
- scale: 1;
- description {
- state: "default" 0.0;
- rel1 { relative: 0.0 0.0; }
- rel2 { relative: 1.0 0.0; }
- min: 0 0;
- fixed: 0 1;
- align: 0.5 0.0;
- visible: 0;
- }
- }
-
- part {
name: "clip";
type: RECT;
scale: 1;
+ mouse_events: 0;
description {
state: "default" 0.0;
- rel1 { relative: 0.0 1.0; to_y: "indication";}
+ visible: 1;
+ rel1 { relative: 0.0 0.0; }
rel2 { relative: 1.0 1.0; }
+ color: 255 255 255 255;
}
}
part {
@@ -52,6 +39,8 @@ collections {
scale: 1;
clip_to: "clip";
description {
+ state: "default" 0.0;
+ visible: 1;
rel1.to: "clip";
rel2.to: "clip";
}