tizen 2.3.1 release
[apps/home/settings.git] / resource / 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 styles {
37    // ********************** groupindex text
38    style { name: "genlist_style_groupindex_text";
39       base: "font=Tizen:style=Bold font_size="GENLIST_GROUPINDEX_LIST_SIZE" color="GENLIST_GROUPINDEX_LIST_COLOR_STYLE" text_class=list_item ellipsis=1.0";
40       STYLE_TAG
41       STYLE_TAG_MATCH
42    }
43    style { name: "genlist_style_groupindex_text_focus";
44       base: "font=Tizen:style=Bold font_size="GENLIST_GROUPINDEX_LIST_SIZE" color="GENLIST_GROUPINDEX_LIST_FOCUS_COLOR_STYLE" text_class=list_item ellipsis=1.0";
45       STYLE_TAG
46       STYLE_TAG_MATCH
47    }
48    // ********************** dialgoue group help text
49    style { name: "genlist_style_dialogue_group_help_text";
50       base: "font=Tizen:style=Regular font_size="GENLIST_DIALOGUE_GROUP_HELP_TEXT_SIZE" color="GENLIST_DIALOGUE_GROUP_HELP_TEXT_COLOR_STYLE" text_class=list_item wrap=mixed";
51       STYLE_TAG
52       STYLE_TAG_MATCH
53    }
54    // ********************** list main text
55    style { name: "genlist_style_list_main_text_unread";
56       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";
57       STYLE_TAG
58       STYLE_TAG_MATCH
59    }
60    style { name: "genlist_style_list_main_text_unread_dim";
61       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";
62       STYLE_TAG
63       STYLE_TAG_MATCH
64    }
65    style { name: "genlist_style_list_main_text_read";
66       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";
67       STYLE_TAG
68       STYLE_TAG_MATCH
69    }
70    style { name: "genlist_style_list_main_text_read_dim";
71       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";
72       STYLE_TAG
73       STYLE_TAG_MATCH
74    }
75    style { name: "genlist_style_list_main_text_focus";
76       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";
77       STYLE_TAG
78       STYLE_TAG_MATCH_FOCUS
79    }
80   // **********************  list main text (multiline)
81    style { name: "genlist_style_list_main_text_unread_wrap";
82       base: "font=Tizen:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR_STYLE" text_class=list_item wrap=mixed";
83       STYLE_TAG
84       STYLE_TAG_MATCH
85    }
86    style { name: "genlist_style_list_main_text_unread_dim_wrap";
87       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 wrap=mixed";
88       STYLE_TAG
89       STYLE_TAG_MATCH
90    }
91    style { name: "genlist_style_list_main_text_focus_wrap";
92       base: "font=Tizen:style=Regular font_size="GENLIST_LIST_MAIN_TEXT_SIZE" color="GENLIST_LIST_TEXT_FOCUS_COLOR_STYLE" text_class=list_item wrap=mixed";
93       STYLE_TAG
94       STYLE_TAG_MATCH_FOCUS
95    }
96    // ********************** list sub text
97    style { name: "genlist_style_list_sub_text_default";
98       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";
99       STYLE_TAG
100       STYLE_TAG_MATCH
101    }
102    style { name: "genlist_style_list_sub_text_default_dim";
103       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";
104       STYLE_TAG
105       STYLE_TAG_MATCH_FOCUS
106    }
107    style { name: "genlist_style_list_sub_text_settings";
108       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";
109       STYLE_TAG
110       STYLE_TAG_MATCH
111    }
112    style { name: "genlist_style_list_sub_text_settings_dim";
113       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";
114       STYLE_TAG
115       STYLE_TAG_MATCH
116    }
117    style { name: "genlist_style_list_sub_text_focus";
118       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";
119       STYLE_TAG
120       STYLE_TAG_MATCH_FOCUS
121    }
122    // ********************** list sub text (multiline)
123    style { name: "genlist_style_list_sub_text_default_wrap";
124       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";
125       STYLE_TAG
126       STYLE_TAG_MATCH
127    }
128    style { name: "genlist_style_list_sub_text_default_dim_wrap";
129       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";
130       STYLE_TAG
131       STYLE_TAG_MATCH
132    }
133    style { name: "genlist_style_list_sub_text_focus_wrap";
134       base: "font=Tizen:style=Bold font_size="GENLIST_LIST_SUB_TEXT_SIZE" color="GENLIST_LIST_TEXT_FOCUS_COLOR_STYLE" text_class=tizen wrap=mixed";
135       STYLE_TAG
136       STYLE_TAG_MATCH
137    }
138 }