summaryrefslogtreecommitdiff
path: root/widget/res/edje/WidgetItemLayout.h
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-10-24 15:42:16 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-10-24 15:42:16 +0900
commit2aa01f1ea98ff42e4bfef6da401eb19383f2f4ce (patch)
tree7eb4f13beea5ba0aae81b66d48630f87848a6435 /widget/res/edje/WidgetItemLayout.h
parent331d162934ac346a137b6a3a17074d948a3c6c41 (diff)
downloadphone-contacts-2aa01f1ea98ff42e4bfef6da401eb19383f2f4ce.tar.gz
phone-contacts-2aa01f1ea98ff42e4bfef6da401eb19383f2f4ce.tar.bz2
phone-contacts-2aa01f1ea98ff42e4bfef6da401eb19383f2f4ce.zip
Diffstat (limited to 'widget/res/edje/WidgetItemLayout.h')
-rw-r--r--widget/res/edje/WidgetItemLayout.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/widget/res/edje/WidgetItemLayout.h b/widget/res/edje/WidgetItemLayout.h
new file mode 100644
index 0000000..c4d2b7b
--- /dev/null
+++ b/widget/res/edje/WidgetItemLayout.h
@@ -0,0 +1,41 @@
+/*
+ * 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_ITEM_LAYOUT_H_
+#define _WIDGET_ITEM_LAYOUT_H_
+
+#define WIDGET_ITEM_LAYOUT_EDJ "widget-item-layout.edj"
+#define WIDGET_ITEM_STYLE "widget_item"
+
+#define GROUP_BUTTON_DELETE "button_delete"
+#define GROUP_THUMBNAIL "thumbnail"
+
+#define PART_THUMBNAIL "swallow.thumbnail"
+#define PART_THUMBNAIL_MASK "image.thumbnail_mask"
+#define PART_ICON_DELETE "swallow.icon_delete"
+#define PART_ICON_TYPE "swallow.icon_type"
+#define PART_NAME "text.name"
+
+#define BUTTON_DELETE "button_delete.png"
+#define BUTTON_DELETE_PRESSED "button_delete_pressed.png"
+
+#define ICON_CALL "icon_call.png"
+#define ICON_MESSAGE "icon_message.png"
+#define ICON_EMAIL "icon_email.png"
+#define ICON_THUMBNAIL_MASK "thumbnail_mask.png"
+
+#endif /* _WIDGET_ITEM_LAYOUT_H_ */