9aae8cae83bdc94b6f3109892ac6a2ce394e6985
[apps/core/preloaded/calendar.git] / data / edc / theme3 / originals / genlist_textblock_style.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of SAMSUNG
7  * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
8  * software is owned by Samsung and you shall not disclose such Confidential
9  * Information and shall use it only in accordance with the terms of the license
10  * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
11  * representations or warranties about the suitability of the software, either
12  * express or implied, including but not limited to the implied warranties of
13  * merchantability, fitness for a particular purpose, or non-infringement.
14  * SAMSUNG shall not be liable for any damages suffered by licensee arising out
15  * of or releated to this software.
16  *
17  */
18
19 /*
20  * vim:ts=3
21 */
22
23 #define STYLE_TAG \
24       tag:  "br" "\n";\
25       tag:  "ps" "ps";\
26       tag:  "tab" "\t";\
27       tag:  "b" "+ font=Tizen:style=Bold";\
28
29 #define STYLE_TAG_MATCH \
30       tag:  "match" GENLIST_PART_MATCH_TAG_COLOR; \
31
32 // FIXME: Why this is needed? just don't use match color, right? damn textblock bug...
33 #define STYLE_TAG_MATCH_FOCUS \
34       tag:  "match" GENLIST_LIST_TEXT_FOCUS_COLOR_STYLE; \
35
36
37 styles {
38    // ********************** dialgoue group help text
39    style { name: "genlist_style_dialogue_group_help_text";
40       base: "font=Tizen:style=Medium font_size="GENLIST_DIALOGUE_GROUP_HELP_TEXT_SIZE" color="GENLIST_DIALOGUE_GROUP_HELP_TEXT_COLOR_STYLE" text_class=list_item wrap=mixed";
41       STYLE_TAG
42       STYLE_TAG_MATCH
43    }
44    // ********************** list main text
45    style { name: "genlist_style_list_main_text_unread";
46       base: "font=Tizen:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR_STYLE" text_class=list_item ellipsis=1.0";
47       STYLE_TAG
48       STYLE_TAG_MATCH
49    }
50    style { name: "genlist_style_list_main_text_unread_dim";
51       base: "font=Tizen:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_MAIN_TEXT_UNREAD_DIM_COLOR_STYLE" text_class=list_item ellipsis=1.0";
52       STYLE_TAG
53       STYLE_TAG_MATCH
54    }
55    style { name: "genlist_style_list_main_text_read";
56       base: "font=Tizen:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_MAIN_TEXT_READ_COLOR_STYLE" text_class=list_item ellipsis=1.0";
57       STYLE_TAG
58       STYLE_TAG_MATCH
59    }
60    style { name: "genlist_style_list_main_text_read_dim";
61       base: "font=Tizen:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_MAIN_TEXT_READ_DIM_COLOR_STYLE" text_class=list_item ellipsis=1.0";
62       STYLE_TAG
63       STYLE_TAG_MATCH
64    }
65    style { name: "genlist_style_list_main_text_focus";
66       base: "font=Tizen:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_TEXT_FOCUS_COLOR_STYLE" text_class=list_item ellipsis=1.0";
67       STYLE_TAG
68       STYLE_TAG_MATCH_FOCUS
69    }
70   // **********************  list main text (multiline)
71    style { name: "genlist_style_list_main_text_unread_wrap";
72       base: "font=Tizen:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR_STYLE" text_class=tizen wrap=mixed";
73       STYLE_TAG
74       STYLE_TAG_MATCH
75    }
76    style { name: "genlist_style_list_main_text_unread_dim_wrap";
77       base: "font=Tizen:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_MAIN_TEXT_UNREAD_DIM_COLOR_STYLE" text_class=tizen wrap=mixed";
78       STYLE_TAG
79       STYLE_TAG_MATCH
80    }
81    style { name: "genlist_style_list_main_text_focus_wrap";
82       base: "font=Tizen:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_TEXT_FOCUS_COLOR_STYLE" text_class=tizen wrap=mixed";
83       STYLE_TAG
84       STYLE_TAG_MATCH_FOCUS
85    }
86    // ********************** list sub text
87    style { name: "genlist_style_list_sub_text_default";
88       base: "font=Tizen:style=Bold font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR_STYLE" text_class=tizen ellipsis=1.0";
89       STYLE_TAG
90       STYLE_TAG_MATCH
91    }
92    style { name: "genlist_style_list_sub_text_default_dim";
93       base: "font=Tizen:style=Bold font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_LIST_SUB_TEXT_DEFAULT_DIM_COLOR_STYLE" text_class=tizen ellipsis=1.0";
94       STYLE_TAG
95       STYLE_TAG_MATCH_FOCUS
96    }
97    style { name: "genlist_style_list_sub_text_settings";
98       base: "font=Tizen:style=Bold font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_LIST_SUB_TEXT_SETTINGS_COLOR_STYLE" text_class=tizen ellipsis=1.0";
99       STYLE_TAG
100       STYLE_TAG_MATCH
101    }
102    style { name: "genlist_style_list_sub_text_settings_dim";
103       base: "font=Tizen:style=Bold font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_LIST_SUB_TEXT_SETTINGS_DIM_COLOR_STYLE" text_class=tizen ellipsis=1.0";
104       STYLE_TAG
105       STYLE_TAG_MATCH
106    }
107    style { name: "genlist_style_list_sub_text_focus";
108       base: "font=Tizen:style=Bold font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_LIST_TEXT_FOCUS_COLOR_STYLE" text_class=tizen ellipsis=1.0";
109       STYLE_TAG
110       STYLE_TAG_MATCH_FOCUS
111    }
112    // ********************** list sub text (multiline)
113    style { name: "genlist_style_list_sub_text_default_wrap";
114       base: "font=Tizen:style=Bold font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR_STYLE" text_class=tizen wrap=mixed";
115       STYLE_TAG
116       STYLE_TAG_MATCH
117    }
118    style { name: "genlist_style_list_sub_text_default_dim_wrap";
119       base: "font=Tizen:style=Bold font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_LIST_SUB_TEXT_DEFAULT_DIM_COLOR_STYLE" text_class=tizen wrap=mixed";
120       STYLE_TAG
121       STYLE_TAG_MATCH
122    }
123    style { name: "genlist_style_list_sub_text_focus_wrap";
124       base: "font=Tizen:style=Bold font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_LIST_TEXT_FOCUS_COLOR_STYLE" text_class=tizen wrap=mixed";
125       STYLE_TAG
126       STYLE_TAG_MATCH
127    }
128 }