summaryrefslogtreecommitdiff
path: root/edc_resource/accessibility/screen_reader/direct_reading.edc
diff options
context:
space:
mode:
Diffstat (limited to 'edc_resource/accessibility/screen_reader/direct_reading.edc')
-rw-r--r--edc_resource/accessibility/screen_reader/direct_reading.edc213
1 files changed, 213 insertions, 0 deletions
diff --git a/edc_resource/accessibility/screen_reader/direct_reading.edc b/edc_resource/accessibility/screen_reader/direct_reading.edc
new file mode 100644
index 0000000..73d59b6
--- /dev/null
+++ b/edc_resource/accessibility/screen_reader/direct_reading.edc
@@ -0,0 +1,213 @@
+/*
+ * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
+ *
+ * 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.
+ *
+ */
+
+group { name: "direct_reading_layout";
+ parts {
+ part { name: "bg";
+ type: RECT;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ color: 120 136 170 255;
+ align: 0.5 0.5;
+ fixed: 0 0;
+ min: 0 0;
+ visible: 1;
+ rel1.relative: 0.00 0.00;
+ rel2.relative: 1.00 1.00;
+ }
+ }
+ part { name: "screen";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 0 0;
+ min: 0 0;
+ visible: 1;
+ rel1.relative: 0.00 0.00;
+ rel2.relative: 1.00 0.40;
+ }
+ }
+ part { name: "top_left_button";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 0 0;
+ min: 0 0;
+ visible: 1;
+ rel1 {
+ relative: 0 1;
+ to: "screen";
+ }
+ rel2 {
+ relative: 0.49 1.2;
+ to: "screen";
+ }
+ }
+ }
+ part { name: "top_right_button";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 0 0;
+ min: 0 0;
+ visible: 1;
+ rel1 {
+ relative: 0.51 1;
+ to: "screen";
+ }
+ rel2 {
+ relative: 1 1.2;
+ to: "screen";
+ }
+ }
+ }
+ part { name: "bottom_button";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 0 0;
+ min: 0 0;
+ visible: 1;
+ rel1 {
+ relative: 0 1.1;
+ to: "top_left_button";
+ }
+ rel2 {
+ relative: 1 2.1;
+ to: "top_right_button";
+ }
+ }
+ }
+ part { name: "event_info_label";
+ type: RECT;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ color: 0 136 170 255;
+ align: 0.5 0.5;
+ fixed: 0 0;
+ min: 0 0;
+ visible: 1;
+ rel1 {
+ relative: 0 1.05;
+ to: "bottom_button";
+ }
+ rel2.relative: 0.498 0.64;
+ }
+ }
+ part { name: "text_label";
+ type: RECT;
+ scale: 1;
+ mouse_events: 1;
+ description { state: "default" 0.0;
+ color: 0 136 170 255;
+ align: 0.5 0.5;
+ fixed: 0 0;
+ min: 0 0;
+ visible: 1;
+ rel1 {
+ relative: 1.015 0;
+ to: "event_info_label";
+ }
+ rel2.relative: 1.00 0.64;
+ }
+ }
+ part { name: "event_info_label_text";
+ type: TEXT;
+ scale: 1;
+ mouse_events: 0;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 0 0;
+ min: 0 0;
+ color: 255 255 255 255;
+ visible: 1;
+ text {
+ size:35;
+ font: "Sans";
+ text: "Event";
+ align: 0.5 0.5;
+ min: 0 0;
+ }
+ rel1.relative: 0.00 0.57;
+ rel2.relative: 0.5 0.64;
+ }
+ }
+ part { name: "text_label_text";
+ type: TEXT;
+ scale: 1;
+ mouse_events: 0;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 0 0;
+ min: 0 0;
+ color: 255 255 255 255;
+ visible: 1;
+ text {
+ size: 35;
+ font: "Sans";
+ text: "Object";
+ align: 0.5 0.5;
+ min: 0 0;
+ }
+ rel1.relative: 0.5 0.57;
+ rel2.relative: 1.00 0.64;
+ }
+ }
+ part { name: "log_info_signal";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 0;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 0 0;
+ min: 0 0;
+ visible: 1;
+ rel1 {
+ relative: 0 1;
+ to: "event_info_label_text";
+ }
+ rel2.relative: 0.5 1;
+ }
+ }
+ part { name: "log_info_text";
+ type: SWALLOW;
+ scale: 1;
+ mouse_events: 0;
+ description { state: "default" 0.0;
+ align: 0.5 0.5;
+ fixed: 0 0;
+ min: 0 0;
+ visible: 1;
+ rel1 {
+ relative: 0 1;
+ to: "text_label_text";
+ }
+ rel2.relative: 1 1.00;
+ }
+ }
+ }
+}