summaryrefslogtreecommitdiff
path: root/widget/res/edje/WidgetLayoutMetrics.h
diff options
context:
space:
mode:
Diffstat (limited to 'widget/res/edje/WidgetLayoutMetrics.h')
-rw-r--r--widget/res/edje/WidgetLayoutMetrics.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/widget/res/edje/WidgetLayoutMetrics.h b/widget/res/edje/WidgetLayoutMetrics.h
new file mode 100644
index 0000000..aaf4319
--- /dev/null
+++ b/widget/res/edje/WidgetLayoutMetrics.h
@@ -0,0 +1,42 @@
+/*
+ * Copyright (c) 2009-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.
+ *
+ */
+
+#ifndef _WIDGET_LAYOUT_METRICS_H_
+#define _WIDGET_LAYOUT_METRICS_H_
+
+#define WIDGET_WIDTH 712
+#define WIDGET_HEIGHT_4X4 772
+#define WIDGET_HEIGHT_4X2 (WIDGET_HEIGHT_4X4/2)
+
+#define BORDER_W 2
+#define BORDER_H 2
+
+#define TITLE_HEIGHT 107
+#define TITLE_OFFSET_Y 75
+#define TITLE_TEXT_SIZE 80
+
+#define HELP_HEIGHT 52
+#define HELP_OFFSET_Y (TITLE_OFFSET_Y+TITLE_HEIGHT+15)
+#define HELP_TEXT_SIZE 30
+
+#define BUTTON_TEXT_SIZE 32
+#define BUTTON_WIDTH 150
+#define BUTTON_HEIGHT 44
+#define BUTTON_OFFSET_X 10
+#define BUTTON_OFFSET_Y 30
+
+#endif /* _WIDGET_LAYOUT_METRICS_H_ */