summaryrefslogtreecommitdiff
path: root/widget/res/edje/WidgetItemLayout.h
blob: c4d2b7ba90ec61423b5656bd1520ae36dedcf50a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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_ */