3 * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
5 * Licensed under the Apache License, Version 2.0 (the License);
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
9 * http://www.apache.org/licenses/LICENSE-2.0
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an AS IS BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
18 #define ENTRY_BLOCK_HANDLE_SOURCE7 "elm/entry/selection/block_handle_left"
19 #define ENTRY_BLOCK_HANDLE_SOURCE8 "elm/entry/selection/block_handle_right"
20 #define ENTRY_CURSOR_HANDLE_SOURCE9 "elm/entry/cursor_handle/default"
21 #define ENTRY_BLOCK_HANDLE_SOURCE10 "elm/entry/selection/block_handle_edge_left"
22 #define ENTRY_BLOCK_HANDLE_SOURCE11 "elm/entry/selection/block_handle_edge_right"
24 group { name: "elm/entry/base/default";
25 alias: "elm/entry/base-mixedwrap/default";
26 data.item: "default_font_size" "24";
27 data.item: "min_font_size" "8";
28 data.item: "max_font_size" "60";
30 style { name: "entry_textblock_style";
31 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" left_margin=1 right_margin=2 wrap=mixed text_class=entry";
35 tag: "em" "+ font=Tizen:style=Oblique";
36 tag: "b" "+ font=Tizen:style=Bold";
37 tag: "link" "+ color=#800 underline=on underline_color=#8008";
38 tag: "hilight" "+ font=Tizen:style=Bold";
39 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
40 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
41 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
42 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
43 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
44 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
46 style { name: "entry_textblock_disabled_style";
47 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 left_margin=1 right_margin=2 wrap=mixed text_class=entry";
51 tag: "em" "+ font=Tizen:style=Oblique";
52 tag: "b" "+ font=Tizen:style=Bold";
53 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
54 tag: "hilight" "+ font=Tizen:style=Bold";
55 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
56 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
57 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
58 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
59 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
60 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
62 style { name: "entry_textblock_guide_style";
63 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_GUIDE_TEXT_COLOR_INC" left_margin=1 right_margin=2 wrap=mixed text_class=entry";
67 tag: "em" "+ font=Tizen:style=Oblique";
68 tag: "b" "+ font=Tizen:style=Bold";
69 tag: "link" "+ color=#800 underline=on underline_color=#8008";
70 tag: "hilight" "+ font=Tizen:style=Bold";
74 item: context_menu_orientation "horizontal";
77 part { name: "elm.guide";
81 description { state: "default" 0.0;
85 style: "entry_textblock_guide_style";
90 description { state: "hidden" 0.0;
91 inherit: "default" 0.0;
95 part { name: "elm.text";
100 select_mode: BLOCK_HANDLE;
101 //cursor_mode: BEFORE;
103 source: "elm/entry/selection/default"; // selection under
104 //source2: "X"; // selection over
105 //source3: "X"; // cursor under
106 source4: "elm/entry/cursor/default"; // cursorover
107 source5: "elm/entry/anchor/default"; // anchor under
108 //source6: "X"; // anchor over
109 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
110 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
111 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
112 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
113 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
114 description { state: "default" 0.0;
117 style: "entry_textblock_style";
122 description { state: "disabled" 0.0;
123 inherit: "default" 0.0;
125 style: "entry_textblock_disabled_style";
132 program { name: "focus";
138 program { name: "disable";
139 signal: "elm,state,disabled";
141 action: STATE_SET "disabled" 0.0;
144 program { name: "enable";
145 signal: "elm,state,enabled";
147 action: STATE_SET "default" 0.0;
150 program { name: "gdisable";
151 signal: "elm,guide,disabled";
153 action: STATE_SET "hidden" 0.0;
156 program { name: "genable";
157 signal: "elm,guide,enabled";
159 action: STATE_SET "default" 0.0;
165 group { name: "elm/entry/base-charwrap/default";
166 alias: "elm/entry/base/char_wrap";
167 data.item: "default_font_size" "24";
168 data.item: "min_font_size" "8";
169 data.item: "max_font_size" "60";
171 style { name: "entry_textblock_char_wrap_style";
172 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=char left_margin=1 right_margin=2 text_class=entry";
176 tag: "em" "+ font=Tizen:style=Oblique";
177 tag: "b" "+ font=Tizen:style=Bold";
178 tag: "link" "+ color=#800 underline=on underline_color=#8008";
179 tag: "hilight" "+ font=Tizen:style=Bold";
180 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
181 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
182 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
183 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
184 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
185 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
187 style { name: "entry_textblock_char_wrap_disabled_style";
188 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=char left_margin=1 right_margin=2 text_class=entry";
192 tag: "em" "+ font=Tizen:style=Oblique";
193 tag: "b" "+ font=Tizen:style=Bold";
194 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
195 tag: "hilight" "+ font=Tizen:style=Bold";
196 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
197 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
198 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
199 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
200 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
201 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
203 style { name: "entry_textblock_char_wrap_guide_style";
204 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_GUIDE_TEXT_COLOR_INC" wrap=char left_margin=1 right_margin=2 text_class=entry";
208 tag: "em" "+ font=Tizen:style=Oblique";
209 tag: "b" "+ font=Tizen:style=Bold";
210 tag: "link" "+ color=#800 underline=on underline_color=#8008";
211 tag: "hilight" "+ font=Tizen:style=Bold";
215 item: context_menu_orientation "horizontal";
218 part { name: "elm.guide";
222 description { state: "default" 0.0;
226 style: "entry_textblock_char_wrap_guide_style";
231 description { state: "hidden" 0.0;
232 inherit: "default" 0.0;
236 part { name: "elm.text";
240 entry_mode: EDITABLE;
241 select_mode: BLOCK_HANDLE;
242 //cursor_mode: BEFORE;
244 source: "elm/entry/selection/default"; // selection under
245 //source2: "X"; // selection over
246 //source3: "X"; // cursor under
247 source4: "elm/entry/cursor/default"; // cursorover
248 source5: "elm/entry/anchor/default"; // anchor under
249 //source6: "X"; // anchor over
250 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
251 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
252 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
253 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
254 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
255 description { state: "default" 0.0;
258 style: "entry_textblock_char_wrap_style";
263 description { state: "disabled" 0.0;
264 inherit: "default" 0.0;
266 style: "entry_textblock_char_wrap_disabled_style";
273 program { name: "focus";
279 program { name: "disable";
280 signal: "elm,state,disabled";
282 action: STATE_SET "disabled" 0.0;
285 program { name: "enable";
286 signal: "elm,state,enabled";
288 action: STATE_SET "default" 0.0;
291 program { name: "gdisable";
292 signal: "elm,guide,disabled";
294 action: STATE_SET "hidden" 0.0;
297 program { name: "genable";
298 signal: "elm,guide,enabled";
300 action: STATE_SET "default" 0.0;
306 group { name: "elm/entry/base-nowrap/default";
307 data.item: "default_font_size" "24";
308 data.item: "min_font_size" "8";
309 data.item: "max_font_size" "60";
311 item: context_menu_orientation "horizontal";
314 part { name: "elm.guide";
318 description { state: "default" 0.0;
322 style: "entry_textblock_guide_style";
327 description { state: "hidden" 0.0;
328 inherit: "default" 0.0;
332 part { name: "elm.text";
336 entry_mode: EDITABLE;
337 select_mode: BLOCK_HANDLE;
338 //cursor_mode: BEFORE;
340 source: "elm/entry/selection/default"; // selection under
341 //source2: "X"; // selection over
342 //source3: "X"; // cursor under
343 source4: "elm/entry/cursor/default"; // cursorover
344 source5: "elm/entry/anchor/default"; // anchor under
345 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
346 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
347 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
348 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
349 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
350 description { state: "default" 0.0;
352 style: "entry_textblock_style";
357 description { state: "disabled" 0.0;
358 inherit: "default" 0.0;
360 style: "entry_textblock_disabled_style";
367 program { name: "focus";
373 program { name: "disable";
374 signal: "elm,state,disabled";
376 action: STATE_SET "disabled" 0.0;
379 program { name: "enable";
380 signal: "elm,state,enabled";
382 action: STATE_SET "default" 0.0;
385 program { name: "gdisable";
386 signal: "elm,guide,disabled";
388 action: STATE_SET "hidden" 0.0;
391 program { name: "genable";
392 signal: "elm,guide,enabled";
394 action: STATE_SET "default" 0.0;
400 group { name: "elm/entry/base/editfield";
401 alias: "elm/entry/base-mixedwrap/editfield";
402 alias: "elm/entry/base/editfield/default";
403 alias: "elm/entry/base/editfield/lighting";
404 alias: "elm/entry/base/editfield/multiline";
405 alias: "elm/entry/base/editfield/multiline/default";
406 alias: "elm/entry/base/editfield/multiline/lighting";
407 alias: "elm/entry/base/editfield/searchbar/default";
408 data.item: "default_font_size" "24";
409 data.item: "min_font_size" "8";
410 data.item: "max_font_size" "60";
412 style { name: "editfield_textblock_style";
413 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=mixed left_margin=1 right_margin=2";
417 tag: "em" "+ font=Tizen:style=Oblique";
418 tag: "b" "+ font=Tizen:style=Bold";
419 tag: "link" "+ color=#800 underline=on underline_color=#8008";
420 tag: "hilight" "+ font=Tizen:style=Bold";
421 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
422 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
423 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
424 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
425 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
426 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
428 style { name: "editfield_textblock_disabled_style";
429 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=mixed left_margin=1 right_margin=2";
433 tag: "em" "+ font=Tizen:style=Oblique";
434 tag: "b" "+ font=Tizen:style=Bold";
435 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
436 tag: "hilight" "+ font=Tizen:style=Bold";
437 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
438 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
439 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
440 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
441 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
442 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
444 style { name: "editfield_textblock_guide_style";
445 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_GUIDE_TEXT_COLOR_INC" wrap=mixed left_margin=1 right_margin=2";
449 tag: "em" "+ font=Tizen:style=Oblique";
450 tag: "b" "+ font=Tizen:style=Bold";
451 tag: "link" "+ color=#800 underline=on underline_color=#8008";
452 tag: "hilight" "+ font=Tizen:style=Bold";
456 item: context_menu_orientation "horizontal";
459 part { name: "elm.guide";
463 description { state: "default" 0.0;
467 style: "editfield_textblock_guide_style";
472 description { state: "hidden" 0.0;
473 inherit: "default" 0.0;
477 part { name: "elm.text";
481 entry_mode: EDITABLE;
482 select_mode: BLOCK_HANDLE;
483 //cursor_mode: BEFORE;
485 source: "elm/entry/selection/default"; // selection under
486 //source2: "X"; // selection over
487 //source3: "X"; // cursor under
488 source4: "elm/entry/cursor/default"; // cursorover
489 source5: "elm/entry/anchor/default"; // anchor under
490 //source6: "X"; // anchor over
491 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
492 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
493 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
494 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
495 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
496 description { state: "default" 0.0;
499 style: "editfield_textblock_style";
504 description { state: "disabled" 0.0;
505 inherit: "default" 0.0;
507 style: "editfield_textblock_disabled_style";
514 program { name: "focus";
520 program { name: "disable";
521 signal: "elm,state,disabled";
523 action: STATE_SET "disabled" 0.0;
526 program { name: "enable";
527 signal: "elm,state,enabled";
529 action: STATE_SET "default" 0.0;
532 program { name: "gdisable";
533 signal: "elm,guide,disabled";
535 action: STATE_SET "hidden" 0.0;
538 program { name: "genable";
539 signal: "elm,guide,enabled";
541 action: STATE_SET "default" 0.0;
547 group { name: "elm/entry/base-charwrap/editfield";
548 alias: "elm/entry/base/editfield/char_wrap";
549 alias: "elm/entry/base/editfield/default/char_wrap";
550 alias: "elm/entry/base/editfield/lighting/char_wrap";
551 alias: "elm/entry/base/editfield/multiline/char_wrap";
552 alias: "elm/entry/base/editfield/multiline/default/char_wrap";
553 alias: "elm/entry/base/editfield/multiline/lighting/char_wrap";
554 data.item: "default_font_size" "24";
555 data.item: "min_font_size" "8";
556 data.item: "max_font_size" "60";
558 style { name: "editfield_textblock_char_wrap_style";
559 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=char left_margin=1 right_margin=2";
563 tag: "em" "+ font=Tizen:style=Oblique";
564 tag: "b" "+ font=Tizen:style=Bold";
565 tag: "link" "+ color=#800 underline=on underline_color=#8008";
566 tag: "hilight" "+ font=Tizen:style=Bold";
567 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
568 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
569 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
570 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
571 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
572 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
574 style { name: "editfield_textblock_char_wrap_disabled_style";
575 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=char left_margin=1 right_margin=2";
579 tag: "em" "+ font=Tizen:style=Oblique";
580 tag: "b" "+ font=Tizen:style=Bold";
581 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
582 tag: "hilight" "+ font=Tizen:style=Bold";
583 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
584 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
585 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
586 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
587 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
588 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
590 style { name: "editfield_textblock_char_wrap_guide_style";
591 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_GUIDE_TEXT_COLOR_INC" wrap=char left_margin=1 right_margin=2";
595 tag: "em" "+ font=Tizen:style=Oblique";
596 tag: "b" "+ font=Tizen:style=Bold";
597 tag: "link" "+ color=#800 underline=on underline_color=#8008";
598 tag: "hilight" "+ font=Tizen:style=Bold";
602 item: context_menu_orientation "horizontal";
605 part { name: "elm.guide";
609 description { state: "default" 0.0;
613 style: "editfield_textblock_char_wrap_guide_style";
618 description { state: "hidden" 0.0;
619 inherit: "default" 0.0;
623 part { name: "elm.text";
627 entry_mode: EDITABLE;
628 select_mode: BLOCK_HANDLE;
629 //cursor_mode: BEFORE;
631 source: "elm/entry/selection/default"; // selection under
632 //source2: "X"; // selection over
633 //source3: "X"; // cursor under
634 source4: "elm/entry/cursor/default"; // cursorover
635 source5: "elm/entry/anchor/default"; // anchor under
636 //source6: "X"; // anchor over
637 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
638 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
639 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
640 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
641 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
642 description { state: "default" 0.0;
645 style: "editfield_textblock_char_wrap_style";
650 description { state: "disabled" 0.0;
651 inherit: "default" 0.0;
653 style: "editfield_textblock_char_wrap_disabled_style";
660 program { name: "focus";
666 program { name: "disable";
667 signal: "elm,state,disabled";
669 action: STATE_SET "disabled" 0.0;
672 program { name: "enable";
673 signal: "elm,state,enabled";
675 action: STATE_SET "default" 0.0;
678 program { name: "gdisable";
679 signal: "elm,guide,disabled";
681 action: STATE_SET "hidden" 0.0;
684 program { name: "genable";
685 signal: "elm,guide,enabled";
687 action: STATE_SET "default" 0.0;
693 group { name: "elm/entry/base-single/editfield";
694 alias: "elm/entry/base-single/editfield/default";
695 alias: "elm/entry/base-single/editfield/lighting";
696 alias: "elm/entry/base-single/editfield/singleline";
697 alias: "elm/entry/base-single/editfield/singleline/default";
698 alias: "elm/entry/base-single/editfield/singleline/lighting";
699 data.item: "default_font_size" "24";
700 data.item: "min_font_size" "8";
701 data.item: "max_font_size" "60";
703 style { name: "editfield_single_textblock_style";
704 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=none left_margin=1 right_margin=3 text_class=entry";
708 tag: "em" "+ font=Tizen:style=Oblique";
709 tag: "b" "+ font=Tizen:style=Bold";
710 tag: "link" "+ color=#800 underline=on underline_color=#8008";
711 tag: "hilight" "+ font=Tizen:style=Bold";
712 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
713 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
714 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
715 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
716 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
717 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
719 style { name: "editfield_single_textblock_disabled_style";
720 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none left_margin=1 right_margin=3 text_class=entry";
724 tag: "em" "+ font=Tizen:style=Oblique";
725 tag: "b" "+ font=Tizen:style=Bold";
726 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
727 tag: "hilight" "+ font=Tizen:style=Bold";
728 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
729 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
730 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
731 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
732 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
733 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
735 style { name: "editfield_single_textblock_guide_style";
736 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_GUIDE_TEXT_COLOR_INC" wrap=none left_margin=1 right_margin=3 text_class=entry";
740 tag: "em" "+ font=Tizen:style=Oblique";
741 tag: "b" "+ font=Tizen:style=Bold";
742 tag: "link" "+ color=#800 underline=on underline_color=#8008";
743 tag: "hilight" "+ font=Tizen:style=Bold";
747 item: context_menu_orientation "horizontal";
750 part { name: "elm.guide";
754 description { state: "default" 0.0;
758 style: "editfield_single_textblock_guide_style";
763 description { state: "hidden" 0.0;
764 inherit: "default" 0.0;
768 part { name: "elm.text";
772 entry_mode: EDITABLE;
773 select_mode: BLOCK_HANDLE;
774 //cursor_mode: BEFORE;
776 source: "elm/entry/selection/default"; // selection under
777 //source2: ; // selection over
778 //source3: ; // cursor under
779 source4: "elm/entry/cursor/default"; // cursorover
780 source5: "elm/entry/anchor/default"; // anchor under
781 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
782 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
783 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
784 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
785 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
786 description { state: "default" 0.0;
788 style: "editfield_single_textblock_style";
793 description { state: "disabled" 0.0;
794 inherit: "default" 0.0;
796 style: "editfield_single_textblock_disabled_style";
802 program { name: "focus";
808 program { name: "disable";
809 signal: "elm,state,disabled";
811 action: STATE_SET "disabled" 0.0;
814 program { name: "enable";
815 signal: "elm,state,enabled";
817 action: STATE_SET "default" 0.0;
820 program { name: "gdisable";
821 signal: "elm,guide,disabled";
823 action: STATE_SET "hidden" 0.0;
826 program { name: "genable";
827 signal: "elm,guide,enabled";
829 action: STATE_SET "default" 0.0;
835 group { name: "elm/entry/base-single/editfield/searchbar/default";
836 data.item: "default_font_size" "24";
837 data.item: "min_font_size" "8";
838 data.item: "max_font_size" "60";
840 item: context_menu_orientation "horizontal";
843 part { name: "elm.guide";
847 description { state: "default" 0.0;
851 style: "editfield_single_textblock_guide_style";
856 description { state: "hidden" 0.0;
857 inherit: "default" 0.0;
861 part { name: "elm.text";
865 entry_mode: EDITABLE;
866 select_mode: BLOCK_HANDLE;
867 //cursor_mode: BEFORE;
869 source: "elm/entry/selection/default"; // selection under
870 //source2: "X"; // selection over
871 //source3: "X"; // cursor under
872 source4: "elm/entry/cursor/default"; // cursorover
873 source5: "elm/entry/anchor/default"; // anchor under
874 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
875 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
876 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
877 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
878 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
879 description { state: "default" 0.0;
881 style: "editfield_single_textblock_style";
886 description { state: "disabled" 0.0;
887 inherit: "default" 0.0;
889 style: "editfield_single_textblock_disabled_style";
895 program { name: "focus";
901 program { name: "disable";
902 signal: "elm,state,disabled";
904 action: STATE_SET "disabled" 0.0;
907 program { name: "enable";
908 signal: "elm,state,enabled";
910 action: STATE_SET "default" 0.0;
913 program { name: "gdisable";
914 signal: "elm,guide,disabled";
916 action: STATE_SET "hidden" 0.0;
919 program { name: "genable";
920 signal: "elm,guide,enabled";
922 action: STATE_SET "default" 0.0;
928 group { name: "elm/entry/base-single/default";
929 data.item: "default_font_size" "24";
930 data.item: "min_font_size" "8";
931 data.item: "max_font_size" "60";
933 style { name: "entry_single_textblock_style";
934 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=none left_margin=1 right_margin=3 text_class=entry";
938 tag: "em" "+ font=Tizen:style=Oblique";
939 tag: "b" "+ font=Tizen:style=Bold";
940 tag: "link" "+ color=#800 underline=on underline_color=#8008";
941 tag: "hilight" "+ font=Tizen:style=Bold";
942 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
943 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
944 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
945 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
946 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
947 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
949 style { name: "entry_single_textblock_disabled_style";
950 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none left_margin=1 right_margin=3 text_class=entry";
954 tag: "em" "+ font=Tizen:style=Oblique";
955 tag: "b" "+ font=Tizen:style=Bold";
956 tag: "link " "+ color=#00000080 underline=on underline_color=#00000080";
957 tag: "hilight" "+ font=Tizen:style=Bold";
958 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
959 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
960 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
961 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
962 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
963 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
965 style { name: "entry_single_textblock_guide_style";
966 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_GUIDE_TEXT_COLOR_INC" wrap=none left_margin=1 right_margin=3 text_class=entry";
970 tag: "em" "+ font=Tizen:style=Oblique";
971 tag: "b" "+ font=Tizen:style=Bold";
972 tag: "link" "+ color=#800 underline=on underline_color=#8008";
973 tag: "hilight" "+ font=Tizen:style=Bold";
977 item: context_menu_orientation "horizontal";
980 part { name: "elm.guide";
984 description { state: "default" 0.0;
988 style: "entry_single_textblock_guide_style";
994 description { state: "hidden" 0.0;
995 inherit: "default" 0.0;
999 part { name: "elm.text";
1003 entry_mode: EDITABLE;
1004 select_mode: BLOCK_HANDLE;
1005 //cursor_mode: BEFORE;
1007 source: "elm/entry/selection/default"; // selection under
1008 //source2: "X"; // selection over
1009 //source3: "X"; // cursor under
1010 source4: "elm/entry/cursor/default"; // cursorover
1011 source5: "elm/entry/anchor/default"; // anchor under
1012 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
1013 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
1014 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
1015 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
1016 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
1017 description { state: "default" 0.0;
1019 style: "entry_single_textblock_style";
1025 description { state: "disabled" 0.0;
1026 inherit: "default" 0.0;
1028 style: "entry_single_textblock_disabled_style";
1034 program { name: "focus";
1040 program { name: "disable";
1041 signal: "elm,state,disabled";
1043 action: STATE_SET "disabled" 0.0;
1046 program { name: "enable";
1047 signal: "elm,state,enabled";
1049 action: STATE_SET "default" 0.0;
1052 program { name: "gdisable";
1053 signal: "elm,guide,disabled";
1055 action: STATE_SET "hidden" 0.0;
1056 target: "elm.guide";
1058 program { name: "genable";
1059 signal: "elm,guide,enabled";
1061 action: STATE_SET "default" 0.0;
1062 target: "elm.guide";
1067 group { name: "elm/entry/base-single-noedit/default";
1068 data.item: "default_font_size" "24";
1069 data.item: "min_font_size" "8";
1070 data.item: "max_font_size" "60";
1072 item: context_menu_orientation "horizontal";
1075 part { name: "elm.guide";
1079 description { state: "default" 0.0;
1080 rel1.to: "elm.text";
1081 rel2.to: "elm.text";
1083 style: "entry_single_textblock_guide_style";
1088 description { state: "hidden" 0.0;
1089 inherit: "default" 0.0;
1093 part { name: "elm.text";
1098 select_mode: BLOCK_HANDLE;
1099 //cursor_mode: BEFORE;
1101 source: "elm/entry/selection/default"; // selection under
1102 //source2: "X"; // selection over
1103 //source3: "X"; // cursor under
1104 source5: "elm/entry/anchor/default"; // anchor under
1105 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
1106 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
1107 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
1108 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
1109 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
1110 description { state: "default" 0.0;
1112 style: "entry_single_textblock_style";
1117 description { state: "disabled" 0.0;
1118 inherit: "default" 0.0;
1120 style: "entry_single_textblock_disabled_style";
1126 program { name: "focus";
1132 program { name: "disable";
1133 signal: "elm,state,disabled";
1135 action: STATE_SET "disabled" 0.0;
1138 program { name: "enable";
1139 signal: "elm,state,enabled";
1141 action: STATE_SET "default" 0.0;
1144 program { name: "gdisable";
1145 signal: "elm,guide,disabled";
1147 action: STATE_SET "hidden" 0.0;
1148 target: "elm.guide";
1150 program { name: "genable";
1151 signal: "elm,guide,enabled";
1153 action: STATE_SET "default" 0.0;
1154 target: "elm.guide";
1159 group { name: "elm/entry/base-noedit/default";
1160 data.item: "default_font_size" "24";
1161 data.item: "min_font_size" "8";
1162 data.item: "max_font_size" "60";
1164 item: context_menu_orientation "horizontal";
1167 part { name: "elm.guide";
1171 description { state: "default" 0.0;
1172 rel1.to: "elm.text";
1173 rel2.to: "elm.text";
1175 style: "entry_textblock_guide_style";
1180 description { state: "hidden" 0.0;
1181 inherit: "default" 0.0;
1185 part { name: "elm.text";
1190 select_mode: BLOCK_HANDLE;
1191 //cursor_mode: BEFORE;
1193 source: "elm/entry/selection/default"; // selection under
1194 //source2: "X"; // selection over
1195 //source3: "X"; // cursor under
1196 source5: "elm/entry/anchor/default"; // anchor under
1197 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
1198 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
1199 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
1200 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
1201 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
1202 description { state: "default" 0.0;
1205 style: "entry_textblock_style";
1210 description { state: "disabled" 0.0;
1211 inherit: "default" 0.0;
1213 style: "entry_textblock_disabled_style";
1219 program { name: "focus";
1225 program { name: "disable";
1226 signal: "elm,state,disabled";
1228 action: STATE_SET "disabled" 0.0;
1231 program { name: "enable";
1232 signal: "elm,state,enabled";
1234 action: STATE_SET "default" 0.0;
1237 program { name: "gdisable";
1238 signal: "elm,guide,disabled";
1240 action: STATE_SET "hidden" 0.0;
1241 target: "elm.guide";
1243 program { name: "genable";
1244 signal: "elm,guide,enabled";
1246 action: STATE_SET "default" 0.0;
1247 target: "elm.guide";
1252 group { name: "elm/entry/base-noedit-charwrap/default";
1253 data.item: "default_font_size" "24";
1254 data.item: "min_font_size" "8";
1255 data.item: "max_font_size" "60";
1257 item: context_menu_orientation "horizontal";
1260 part { name: "elm.guide";
1264 description { state: "default" 0.0;
1265 rel1.to: "elm.text";
1266 rel2.to: "elm.text";
1268 style: "entry_textblock_char_wrap_guide_style";
1273 description { state: "hidden" 0.0;
1274 inherit: "default" 0.0;
1278 part { name: "elm.text";
1283 select_mode: BLOCK_HANDLE;
1284 //cursor_mode: BEFORE;
1286 source: "elm/entry/selection/default"; // selection under
1287 //source2: "X"; // selection over
1288 //source3: "X"; // cursor under
1289 source5: "elm/entry/anchor/default"; // anchor under
1290 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
1291 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
1292 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
1293 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
1294 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
1295 description { state: "default" 0.0;
1298 style: "entry_textblock_char_wrap_style";
1303 description { state: "disabled" 0.0;
1304 inherit: "default" 0.0;
1306 style: "entry_textblock_char_wrap_disabled_style";
1312 program { name: "focus";
1318 program { name: "disable";
1319 signal: "elm,state,disabled";
1321 action: STATE_SET "disabled" 0.0;
1324 program { name: "enable";
1325 signal: "elm,state,enabled";
1327 action: STATE_SET "default" 0.0;
1330 program { name: "gdisable";
1331 signal: "elm,guide,disabled";
1333 action: STATE_SET "hidden" 0.0;
1334 target: "elm.guide";
1336 program { name: "genable";
1337 signal: "elm,guide,enabled";
1339 action: STATE_SET "default" 0.0;
1340 target: "elm.guide";
1345 group { name: "elm/entry/base-nowrap-noedit/default";
1346 data.item: "default_font_size" "24";
1347 data.item: "min_font_size" "8";
1348 data.item: "max_font_size" "60";
1350 item: context_menu_orientation "horizontal";
1353 part { name: "elm.guide";
1357 description { state: "default" 0.0;
1358 rel1.to: "elm.text";
1359 rel2.to: "elm.text";
1361 style: "entry_textblock_guide_style";
1366 description { state: "hidden" 0.0;
1367 inherit: "default" 0.0;
1371 part { name: "elm.text";
1376 select_mode: BLOCK_HANDLE;
1377 //cursor_mode: BEFORE;
1379 source: "elm/entry/selection/default"; // selection under
1380 //source2: "X"; // selection over
1381 //source3: "X"; // cursor under
1382 source5: "elm/entry/anchor/default"; // anchor under
1383 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
1384 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
1385 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
1386 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
1387 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
1388 description { state: "default" 0.0;
1390 style: "entry_textblock_style";
1395 description { state: "disabled" 0.0;
1396 inherit: "default" 0.0;
1398 style: "entry_textblock_disabled_style";
1404 program { name: "focus";
1410 program { name: "disable";
1411 signal: "elm,state,disabled";
1413 action: STATE_SET "disabled" 0.0;
1416 program { name: "enable";
1417 signal: "elm,state,enabled";
1419 action: STATE_SET "default" 0.0;
1422 program { name: "gdisable";
1423 signal: "elm,guide,disabled";
1425 action: STATE_SET "hidden" 0.0;
1426 target: "elm.guide";
1428 program { name: "genable";
1429 signal: "elm,guide,enabled";
1431 action: STATE_SET "default" 0.0;
1432 target: "elm.guide";
1437 group { name: "elm/entry/base-password/default";
1438 data.item: "default_font_size" "24";
1439 data.item: "min_font_size" "8";
1440 data.item: "max_font_size" "60";
1442 item: context_menu_orientation "horizontal";
1445 part { name: "elm.guide";
1449 description { state: "default" 0.0;
1450 rel1.to: "elm.text";
1451 rel2.to: "elm.text";
1453 style: "editfield_single_textblock_guide_style";
1458 description { state: "hidden" 0.0;
1459 inherit: "default" 0.0;
1463 part { name: "elm.text";
1467 entry_mode: PASSWORD;
1468 select_mode: BLOCK_HANDLE;
1469 //cursor_mode: BEFORE;
1471 source: "elm/entry/selection/default"; // selection under
1472 //source2: "X"; // selection over
1473 //source3: "X"; // cursor under
1474 source4: "elm/entry/cursor/default"; // cursorover
1475 source5: "elm/entry/anchor/default"; // anchor under
1476 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
1477 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
1478 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
1479 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
1480 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
1481 description { state: "default" 0.0;
1483 style: "entry_single_textblock_style";
1489 description { state: "disabled" 0.0;
1490 inherit: "default" 0.0;
1492 style: "entry_single_textblock_disabled_style";
1498 program { name: "focus";
1504 program { name: "disable";
1505 signal: "elm,state,disabled";
1507 action: STATE_SET "disabled" 0.0;
1510 program { name: "enable";
1511 signal: "elm,state,enabled";
1513 action: STATE_SET "default" 0.0;
1516 program { name: "gdisable";
1517 signal: "elm,guide,disabled";
1519 action: STATE_SET "hidden" 0.0;
1520 target: "elm.guide";
1522 program { name: "genable";
1523 signal: "elm,guide,enabled";
1525 action: STATE_SET "default" 0.0;
1526 target: "elm.guide";
1531 group { name: "elm/entry/base-password/popup";
1532 data.item: "default_font_size" "24";
1533 data.item: "min_font_size" "8";
1534 data.item: "max_font_size" "60";
1536 item: context_menu_orientation "horizontal";
1540 style { name: "entry_single_textblock_popup_style";
1541 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" align=center wrap=mixed ellipsis=1.0 text_class=entry";
1545 tag: "em" "+ font=Tizen:style=Oblique";
1546 tag: "b" "+ font=Tizen:style=Bold";
1547 tag: "link" "+ color=#800 underline=on underline_color=#8008";
1548 tag: "hilight" "+ font=Tizen:style=Bold";
1549 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
1550 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
1551 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
1552 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
1553 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
1554 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
1556 style { name: "entry_single_textblock_disabled_popup_style";
1557 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 align=center wrap=mixed ellipsis=1.0 text_class=entry";
1561 tag: "em" "+ font=Tizen:style=Oblique";
1562 tag: "b" "+ font=Tizen:style=Bold";
1563 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
1564 tag: "hilight" "+ font=Tizen:style=Bold";
1565 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
1566 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
1567 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
1568 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
1569 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
1570 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
1572 style { name: "entry_single_textblock_popup_guide_style";
1573 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_GUIDE_TEXT_COLOR_INC" align=center wrap=mixed ellipsis=1.0 text_class=entry";
1577 tag: "em" "+ font=Tizen:style=Oblique";
1578 tag: "b" "+ font=Tizen:style=Bold";
1579 tag: "link" "+ color=#800 underline=on underline_color=#8008";
1580 tag: "hilight" "+ font=Tizen:style=Bold";
1584 part { name: "elm.guide";
1588 description { state: "default" 0.0;
1589 rel1.to: "elm.text";
1590 rel2.to: "elm.text";
1592 style: "entry_single_textblock_popup_guide_style";
1597 description { state: "hidden" 0.0;
1598 inherit: "default" 0.0;
1602 part { name: "elm.text";
1606 entry_mode: PASSWORD;
1607 select_mode: BLOCK_HANDLE;
1608 //cursor_mode: BEFORE;
1610 source: "elm/entry/selection/default"; // selection under
1611 //source2: "X"; // selection over
1612 //source3: "X"; // cursor under
1613 source4: "elm/entry/cursor/default"; // cursorover
1614 source5: "elm/entry/anchor/default"; // anchor under
1615 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
1616 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
1617 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
1618 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
1619 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
1620 description { state: "default" 0.0;
1622 style: "entry_single_textblock_popup_style";
1628 description { state: "disabled" 0.0;
1629 inherit: "default" 0.0;
1631 style: "entry_single_textblock_disabled_popup_style";
1637 program { name: "focus";
1643 program { name: "disable";
1644 signal: "elm,state,disabled";
1646 action: STATE_SET "disabled" 0.0;
1649 program { name: "enable";
1650 signal: "elm,state,enabled";
1652 action: STATE_SET "default" 0.0;
1655 program { name: "gdisable";
1656 signal: "elm,guide,disabled";
1658 action: STATE_SET "hidden" 0.0;
1659 target: "elm.guide";
1661 program { name: "genable";
1662 signal: "elm,guide,enabled";
1664 action: STATE_SET "default" 0.0;
1665 target: "elm.guide";
1670 group { name: "elm/entry/cursor/default";
1672 part { name: "clip2";
1676 description { state: "default" 0.0;
1681 description { state: "focused" 0.0;
1682 inherit: "default" 0.0;
1686 part { name: "clip";
1691 description { state: "default" 0.0;
1695 description { state: "hidden" 0.0;
1696 inherit: "default" 0.0;
1700 part { name: "base";
1705 description { state: "default" 0.0;
1712 part { name: "glow";
1717 description { state: "default" 0.0;
1729 color: ENTRY_CURSOR_COLOR_INC;
1731 description { state: "hidden" 0.0;
1732 inherit: "default" 0.0;
1738 program { name: "show";
1739 action: STATE_SET "hidden" 0.0;
1744 program { name: "show4";
1745 action: STATE_SET "default" 0.0;
1750 program { name: "focused";
1751 signal: "elm,action,focus";
1753 action: STATE_SET "focused" 0.0;
1757 program { name: "unfocused";
1758 signal: "elm,action,unfocus";
1760 action: STATE_SET "default" 0.0;
1764 program { name: "stop_glow";
1765 action: ACTION_STOP;
1773 group { name: "elm/entry/selection/default";
1779 description { state: "default" 0.0;
1780 color: ENTRY_SELECTION_BG_COLOR;
1786 group { name: "elm/entry/selection/block_handle";
1787 data.item: "position" "BOTH";
1789 image: "reader_handler_up.png" COMP;
1796 description { state: "default" 0.0;
1803 description { state: "show" 0.0;
1804 inherit: "default" 0.0;
1808 part { name: "handle";
1811 description { state: "default" 0.0;
1825 normal: "reader_handler_up.png";
1828 image.middle: SOLID;
1831 description { state: "show" 0.0;
1832 inherit: "default" 0.0;
1838 program { name: "focused";
1839 signal: "elm,action,focus";
1841 action: STATE_SET "show" 0.0;
1845 program { name: "unfocused";
1846 signal: "elm,action,unfocus";
1848 action: STATE_SET "default" 0.0;
1855 group { name: "elm/entry/selection/block_handle_top";
1856 data.item: "position" "BOTH";
1858 image: "reader_handler_down.png" COMP;
1865 description { state: "default" 0.0;
1872 description { state: "show" 0.0;
1873 inherit: "default" 0.0;
1877 part { name: "handle";
1880 description { state: "default" 0.0;
1894 normal: "reader_handler_down.png";
1897 image.middle: SOLID;
1900 description { state: "show" 0.0;
1901 inherit: "default" 0.0;
1907 program { name: "focused";
1908 signal: "elm,action,focus";
1910 action: STATE_SET "show" 0.0;
1914 program { name: "unfocused";
1915 signal: "elm,action,unfocus";
1917 action: STATE_SET "default" 0.0;
1924 group { name: "elm/entry/selection/block_handle_left";
1925 data.item: "height" "40";
1926 data.item: "gap" "51";
1928 image: "copy&paste_Handler_left.png" COMP;
1929 image: "copy&paste_Handler_left_01.png" COMP;
1930 image: "copy&paste_Handler_left_reversed.png" COMP;
1931 image: "copy&paste_Handler_left_01_reversed.png" COMP;
1934 part { name: "handle";
1937 description { state: "default" 0.0;
1941 min: ENTRY_SELECTION_BLOCK_HANDLE_MIN_SIZE;
1942 max:ENTRY_SELECTION_BLOCK_HANDLE_MIN_SIZE;
1943 rel1.offset: 0 -ENTRY_SELECTION_BLOCK_HANDLE_Y_OFFSET;
1944 rel2.offset: ENTRY_SELECTION_BLOCK_HANDLE_X_OFFSET 0;
1946 normal: "copy&paste_Handler_left_01.png";
1949 image.middle: SOLID;
1952 description { state: "show" 0.0;
1953 inherit: "default" 0.0;
1956 description { state: "top" 0.0;
1957 inherit: "default" 0.0;
1961 offset: ENTRY_SELECTION_BLOCK_HANDLE_X_OFFSET ENTRY_SELECTION_BLOCK_HANDLE_Y_OFFSET;
1964 normal: "copy&paste_Handler_left.png";
1967 description { state: "bottom_reversed" 0.0;
1968 inherit: "default" 0.0;
1972 offset: -ENTRY_SELECTION_BLOCK_HANDLE_X_OFFSET -ENTRY_SELECTION_BLOCK_HANDLE_Y_OFFSET;
1975 normal: "copy&paste_Handler_left_01_reversed.png";
1978 description { state: "top_reversed" 0.0;
1979 inherit: "default" 0.0;
1982 rel1.offset: -ENTRY_SELECTION_BLOCK_HANDLE_X_OFFSET 0;
1984 offset: 0 ENTRY_SELECTION_BLOCK_HANDLE_Y_OFFSET;
1987 normal: "copy&paste_Handler_left_reversed.png";
1993 public handler_ontop;
1994 public handler_focused;
1997 program { name: "focused";
1998 signal: "edje,focus,in";
2001 set_int(handler_focused, 1);
2004 program { name: "unfocused";
2005 signal: "edje,focus,out";
2008 set_int(handler_focused, 0);
2009 set_state(PART:"handle", "default", 0.0);
2012 program { name: "bottom_reversed";
2013 signal: "elm,state,bottom,reversed";
2016 set_state(PART:"handle", "bottom_reversed", 0.0);
2019 program { name: "top_reversed";
2020 signal: "elm,state,top,reversed";
2023 set_state(PART:"handle", "top_reversed", 0.0);
2026 program { name: "top";
2027 signal: "elm,state,top";
2031 focused = get_int(handler_focused);
2032 set_int(handler_ontop, 1);
2035 set_state(PART:"handle", "top", 0.0);
2039 set_state(PART:"handle", "default", 0.0);
2043 program { name: "bottom";
2044 signal: "elm,state,bottom";
2048 focused = get_int(handler_focused);
2049 set_int(handler_ontop, 0);
2052 set_state(PART:"handle", "show", 0.0);
2056 set_state(PART:"handle", "default", 0.0);
2063 group { name: "elm/entry/selection/block_handle_right";
2064 data.item: "height" "40";
2065 data.item: "gap" "51";
2067 image: "copy&paste_Handler_right.png" COMP;
2068 image: "copy&paste_Handler_right_01.png" COMP;
2069 image: "copy&paste_Handler_right_reversed.png" COMP;
2070 image: "copy&paste_Handler_right_01_reversed.png" COMP;
2073 part { name: "handle";
2076 description { state: "default" 0.0;
2080 min: ENTRY_SELECTION_BLOCK_HANDLE_MIN_SIZE;
2081 max: ENTRY_SELECTION_BLOCK_HANDLE_MIN_SIZE;
2082 rel1.offset: -ENTRY_SELECTION_BLOCK_HANDLE_X_OFFSET -ENTRY_SELECTION_BLOCK_HANDLE_Y_OFFSET;
2084 normal: "copy&paste_Handler_right.png";
2087 image.middle: SOLID;
2090 description { state: "show" 0.0;
2091 inherit: "default" 0.0;
2094 description { state: "top" 0.0;
2095 inherit: "default" 0.0;
2098 rel1.offset: -ENTRY_SELECTION_BLOCK_HANDLE_X_OFFSET 0;
2099 rel2.offset: 0 ENTRY_SELECTION_BLOCK_HANDLE_Y_OFFSET;
2101 normal: "copy&paste_Handler_right_01.png";
2104 description { state: "bottom_reversed" 0.0;
2105 inherit: "default" 0.0;
2108 rel1.offset: 0 -ENTRY_SELECTION_BLOCK_HANDLE_Y_OFFSET;
2109 rel2.offset: ENTRY_SELECTION_BLOCK_HANDLE_X_OFFSET+ENTRY_SELECTION_BLOCK_HANDLE_EDGE_WIDTH 0;
2111 normal: "copy&paste_Handler_right_reversed.png";
2114 description { state: "top_reversed" 0.0;
2115 inherit: "default" 0.0;
2118 rel2.offset: ENTRY_SELECTION_BLOCK_HANDLE_X_OFFSET+ENTRY_SELECTION_BLOCK_HANDLE_EDGE_WIDTH ENTRY_SELECTION_BLOCK_HANDLE_Y_OFFSET;
2120 normal: "copy&paste_Handler_right_01_reversed.png";
2126 public handler_ontop;
2127 public handler_focused;
2130 program { name: "focused";
2131 signal: "edje,focus,in";
2134 set_int(handler_focused, 1);
2137 program { name: "unfocused";
2138 signal: "edje,focus,out";
2141 set_int(handler_focused, 0);
2142 set_state(PART:"handle", "default", 0.0);
2145 program { name: "top";
2146 signal: "elm,state,top";
2150 focused = get_int(handler_focused);
2151 set_int(handler_ontop, 1);
2154 set_state(PART:"handle", "top", 0.0);
2158 set_state(PART:"handle", "default", 0.0);
2162 program { name: "bottom";
2163 signal: "elm,state,bottom";
2167 focused = get_int(handler_focused);
2168 set_int(handler_ontop, 0);
2171 set_state(PART:"handle", "show", 0.0);
2175 set_state(PART:"handle", "default", 0.0);
2179 program { name: "bottom_reversed";
2180 signal: "elm,state,bottom,reversed";
2183 set_state(PART:"handle", "bottom_reversed", 0.0);
2186 program { name: "top_reversed";
2187 signal: "elm,state,top,reversed";
2190 set_state(PART:"handle", "top_reversed", 0.0);
2196 group { name: "elm/entry/cursor_handle/default";
2198 image: "copy&paste_Handler_center.png" COMP;
2201 part { name: "handle";
2204 description { state: "default" 0.0;
2210 rel1 { offset: -30 -8; }
2212 normal: "copy&paste_Handler_center.png";
2215 image.middle: SOLID;
2218 description { state: "show" 0.0;
2219 inherit: "default" 0.0;
2225 program { name: "focused";
2226 signal: "edje,focus,in";
2229 set_state(PART:"handle", "show", 0.0);
2232 program { name: "unfocused";
2233 signal: "edje,focus,out";
2236 set_state(PART:"handle", "default", 0.0);
2239 program { name: "show";
2240 signal: "edje,cursor,handle,show";
2243 set_state(PART:"handle", "show", 0.0);
2246 program { name: "hide";
2247 signal: "edje,cursor,handle,hide";
2250 set_state(PART:"handle", "default", 0.0);
2256 group { name: "elm/entry/selection/block_handle_edge_left";
2258 part { name: "align";
2262 description { state: "default" 0.0;
2263 min: ENTRY_SELECTION_BLOCK_HANDLE_EDGE_WIDTH 0;
2272 description { state: "default" 0.0;
2273 color: ENTRY_SELECTION_EDGE_COLOR;
2274 min: ENTRY_SELECTION_BLOCK_HANDLE_EDGE_WIDTH 0;
2275 rel2 { relative: 0 1; to: "align"; }
2278 description { state: "show" 0.0;
2279 inherit: "default" 0.0;
2285 program { name: "show";
2286 signal: "edje,focus,in";
2289 set_state(PART:"bg", "show", 0.0);
2292 program { name: "hide";
2293 signal: "edje,focus,out";
2296 set_state(PART:"bg", "default", 0.0);
2302 group { name: "elm/entry/selection/block_handle_edge_right";
2308 description { state: "default" 0.0;
2309 color: ENTRY_SELECTION_EDGE_COLOR;
2310 min: ENTRY_SELECTION_BLOCK_HANDLE_EDGE_WIDTH 0;
2313 description { state: "show" 0.0;
2314 inherit: "default" 0.0;
2320 program { name: "show";
2321 signal: "edje,focus,in";
2324 set_state(PART:"bg", "show", 0.0);
2327 program { name: "hide";
2328 signal: "edje,focus,out";
2331 set_state(PART:"bg", "default", 0.0);
2338 /////////////////////////////////////////////////////////////////////////
2340 group { name: "elm/entry/selection/block_bar";
2342 image: "reader_longtap_blue.png" COMP;
2345 part { name: "bar_bg";
2348 description { state: "default" 0.0;
2351 normal: "reader_longtap_blue.png";
2354 image.middle: SOLID;
2363 group { name: "elm/entry/anchor/default";
2368 description { state: "default" 0.0;
2375 group { name: "elm/entry/preedit/default";
2380 description { state: "default" 0.0;
2381 color: 128 128 128 255;
2388 #define MAGNIFIER_SCALE 1.5
2390 group { name: "elm/entry/magnifier/fill-width";
2391 data.item: "height" MAGNIFIER_HEIGHT_FILL;
2392 data.item: "scale" MAGNIFIER_SCALE;
2394 image: "magnifier_noarrow.png" COMP;
2395 image: "magnifier_noarrow_line.png" COMP;
2401 description { state: "default" 0.0;
2403 rel1 { offset: -20 -10; }
2404 rel2 { offset: 22 15; }
2406 normal: "magnifier_noarrow.png";
2407 border: 25 25 35 25;
2409 image.middle: SOLID;
2413 part { name: "swallow";
2417 description { state: "default" 0.0;
2429 part { name: "outline";
2432 description { state: "default" 0.0;
2435 rel1 { to: "bg"; offset: 0 0; }
2436 rel2 { to: "bg"; offset: -1 -1; }
2438 normal: "magnifier_noarrow_line.png";
2439 border: 25 25 35 25;
2441 image.middle: SOLID;
2449 group { name: "elm/entry/magnifier/fixed-size";
2450 data.item: "height" MAGNIFIER_HEIGHT_FIXED;
2451 data.item: "scale" MAGNIFIER_SCALE;
2452 data.item: "arrow" 24;
2454 image: "copy&paste_Magnifier_left.png" COMP;
2455 image: "copy&paste_Magnifier_middle.png" COMP;
2456 image: "copy&paste_Magnifier_right.png" COMP;
2463 description { state: "default" 0.0;
2465 min: MAGNIFIER_WIDTH_FIXED MAGNIFIER_HEIGHT_FIXED;
2471 part { name: "bg_left";
2474 description { state: "default" 0.0;
2478 rel1 { relative: 0.0 0.0; to: "bg"; }
2479 rel2 { relative: 0.5 1.0; to: "bg"; offset: -20 -1;}
2481 normal: "copy&paste_Magnifier_left.png";
2488 part { name: "bg_middle";
2491 description { state: "default" 0.0;
2496 rel1 { relative: 1.0 0.0; to: "bg_left"; }
2497 rel2 { relative: 0.0 1.0; to: "bg_right"; }
2499 normal: "copy&paste_Magnifier_middle.png";
2506 part { name: "bg_right";
2509 description { state: "default" 0.0;
2512 rel1 { relative: 0.5 0.0; to: "bg"; offset: 21 0;}
2515 normal: "copy&paste_Magnifier_right.png";
2522 part { name: "swallow";
2526 description { state: "default" 0.0;
2531 offset: 21-5 22-8; //need to update when image with rounded corners releases
2535 offset: -21+5 -44+10;
2542 group { name: "elm/copypaste/notify/default";
2544 part { name: "base";
2548 description { state: "default" 0.0;
2550 color: 50 50 50 255;
2560 part { name: "elm.text";
2565 state: "default" 0.0;
2567 rel1 {relative: 0.0 0.0; to: "base";}
2568 rel2 {relative: 1.0 1.0; to: "base";}
2569 color: 255 255 255 255;
2571 font: "Tizen:style=Roman";
2573 text_class: "tizen";
2580 group { name: "elm/entry/matchlist/default";
2581 data.item: "max_height" "230";
2583 part { name: "base";
2588 description { state: "default" 0.0;
2600 part { name: "elm.swallow.content";
2602 description { state: "default" 0.0;
2615 /* Entry's bubble style */
2619 name: "entry_bubble_date_area_textblock_style";
2620 base: "font=Tizen:style=Roman font_size="ENTRY_BUBBLE_DATE_AREA_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" left_margin=2 right_margin=2 wrap=mixed text_class=entry";
2624 tag: "em" "+ font=Tizen:style=Oblique";
2625 tag: "b" "+ font=Tizen:style=Bold";
2626 tag: "link" "+ color=#800 underline=on underline_color=#8008";
2627 tag: "hilight" "+ font=Tizen:style=Bold";
2628 tag: "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
2629 tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_TEXT_COLOR_INC;
2630 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
2631 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
2632 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
2633 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC;
2636 name: "entry_bubble_sent_textblock_style";
2637 base: "font=Tizen:style=Roman style="ENTRY_BUBBLE_SENT_TEXT_SHADOW_STYLE" shadow_color="ENTRY_BUBBLE_SENT_TEXT_SHADOW_COLOR" font_size="ENTRY_BUBBLE_TEXT_SIZE" color="ENTRY_BUBBLE_SENT_TEXT_COLOR" left_margin=1 right_margin=2 wrap=mixed text_class=entry";
2641 tag: "em" "+ font=Tizen:style=Oblique";
2642 tag: "b" "+ font=Tizen:style=Bold";
2643 tag: "link" "+ color=#800 underline=on underline_color=#8008";
2644 tag: "hilight" "+ font=Tizen:style=Bold";
2647 name: "entry_bubble_receive_textblock_style";
2648 base: "font=Tizen:style=Roman style="ENTRY_BUBBLE_RECEV_TEXT_SHADOW_STYLE" shadow_color="ENTRY_BUBBLE_RECEV_TEXT_SHADOW_COLOR" font_size="ENTRY_BUBBLE_TEXT_SIZE" color="ENTRY_BUBBLE_RECEV_TEXT_COLOR" left_margin=1 right_margin=2 wrap=mixed text_class=entry";
2652 tag: "em" "+ font=Tizen:style=Oblique";
2653 tag: "b" "+ font=Tizen:style=Bold";
2654 tag: "link" "+ color=#800 underline=on underline_color=#8008";
2655 tag: "hilight" "+ font=Tizen:style=Bold";
2659 group { name: "elm/entry/base/readmessage";
2660 data.item: "default_font_size" "24";
2661 data.item: "min_font_size" "8";
2662 data.item: "max_font_size" "60";
2664 item: context_menu_orientation "horizontal";
2668 name: "elm.rect.left.pad";
2672 state: "default" 0.0;
2673 min: ENTRY_BUBBLE_EX_PAD 0;
2677 rel2.relative: 0.0 1.0;
2681 name: "elm.rect.right.pad";
2685 state: "default" 0.0;
2686 min: ENTRY_BUBBLE_IX_PAD 0;
2690 rel1 { relative: 1.0 0.0; to: "elm.text"; }
2691 rel2.to: "elm.text";
2695 name: "elm.rect.top.pad";
2699 state: "default" 0.0;
2700 min: 0 ENTRY_BUBBLE_Y_PAD;
2704 rel2.relative: 1.0 0.0;
2708 name: "elm.rect.bottom.pad";
2712 state: "default" 0.0;
2713 min: 0 ENTRY_BUBBLE_Y_PAD;
2717 rel1.relative: 0.0 1.0;
2721 name: "elm.image.bg";
2725 state: "default" 0.0;
2726 rel2.to_x: "elm.rect.right.pad";
2728 normal: "00_messagebubble_bg_receive.png";
2734 part { name: "elm.text";
2738 entry_mode: EDITABLE;
2739 select_mode: BLOCK_HANDLE;
2740 //cursor_mode: BEFORE;
2742 source: "elm/entry/selection/default"; // selection under
2743 //source2: "X"; // selection over
2744 //source3: "X"; // cursor under
2745 source4: "elm/entry/cursor/default"; // cursorover
2746 source5: "elm/entry/anchor/default"; // anchor under
2747 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
2748 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
2749 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
2750 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
2751 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
2752 // source6: "X"; // anchor over
2753 description { state: "default" 0.0;
2756 rel1 { relative: 1.0 1.0; to_x: "elm.rect.left.pad"; to_y: "elm.rect.top.pad"; }
2757 rel2 { relative: 1.0 0.0; to_y: "elm.rect.bottom.pad"; }
2759 style: "entry_textblock_style";
2764 description { state: "disabled" 0.0;
2765 inherit: "default" 0.0;
2767 style: "entry_textblock_disabled_style";
2773 program { name: "focus";
2779 program { name: "disable";
2780 signal: "elm,state,disabled";
2782 action: STATE_SET "disabled" 0.0;
2785 program { name: "enable";
2786 signal: "elm,state,enabled";
2788 action: STATE_SET "default" 0.0;
2794 group { name: "elm/entry/base-noedit/readmessage";
2795 data.item: "default_font_size" "24";
2796 data.item: "min_font_size" "8";
2797 data.item: "max_font_size" "60";
2799 item: context_menu_orientation "horizontal";
2803 name: "elm.rect.left.pad";
2807 state: "default" 0.0;
2808 min: ENTRY_BUBBLE_EX_PAD 0;
2812 rel2.relative: 0.0 1.0;
2815 state: "callerid_on" 0.0;
2816 inherit: "default" 0.0;
2817 min: ENTRY_BUBBLE_EX_CALLERID_PAD 0;
2821 name: "elm.rect.right.pad";
2825 state: "default" 0.0;
2826 min: ENTRY_BUBBLE_IX_PAD 0;
2830 rel1 { relative: 1.0 0.0; to: "elm.text"; }
2831 rel2.to: "elm.text";
2835 name: "elm.rect.top.pad";
2839 state: "default" 0.0;
2840 min: 0 ENTRY_BUBBLE_Y_PAD;
2844 rel2.relative: 1.0 0.0;
2848 name: "elm.rect.topleft.pad";
2852 state: "default" 0.0;
2853 min: ENTRY_BUBBLE_CALLERID_PAD ENTRY_BUBBLE_CALLERID_PAD;
2854 max: ENTRY_BUBBLE_CALLERID_PAD ENTRY_BUBBLE_CALLERID_PAD;
2861 name: "elm.rect.bottom.pad";
2865 state: "default" 0.0;
2866 min: 0 ENTRY_BUBBLE_BOTTOM_PAD;
2870 rel1.relative: 0.0 1.0;
2874 name: "elm.rect.bottomleft.pad";
2878 state: "default" 0.0;
2879 min: ENTRY_BUBBLE_BOTTOMRIGHT_PAD 2;
2880 max: ENTRY_BUBBLE_BOTTOMRIGHT_PAD 2;
2886 name: "elm.rect.groupchat.pad";
2890 state: "default" 0.0;
2891 min: ENTRY_BUBBLE_GROUPCHART_PAD;
2892 max: ENTRY_BUBBLE_GROUPCHART_PAD;
2897 state: "callerid_on" 0.0;
2898 inherit: "default" 0.0;
2899 min: ENTRY_BUBBLE_GROUPCHART_WITH_CALLERID_PAD;
2900 max: ENTRY_BUBBLE_GROUPCHART_WITH_CALLERID_PAD;
2904 name: "elm.rect.groupchat.text.pad";
2908 state: "default" 0.0;
2913 rel1 { relative: 0.0 1.0; to: "elm.rect.groupchat.pad"; }
2916 part { name: "elm.text.groupchat";
2919 description { state: "default" 0.0;
2923 font: "Tizen:style=Roman";
2924 size: ENTRY_BUBBLE_GROUPCHAT_SIZE_INC;
2927 text_class: "tizen";
2930 color: ENTRY_BUBBLE_GROUPCHAT_COLOR_INC;
2931 rel1 { relative: 1.0 0.0; to: "elm.rect.groupchat.pad"; }
2932 rel2.to_y: "elm.rect.groupchat.pad";
2936 name: "elm.image.bg";
2940 state: "default" 0.0;
2941 rel2.to_x: "elm.rect.right.pad";
2943 normal: "00_messagebubble_bg_receive.png";
2944 border: ENTRY_BUBBLE_RECEV_BG_BORDER_INC;
2949 state: "callerid_on" 0.0;
2950 inherit: "default" 0.0;
2951 rel1 { relative: 1.0 0.0; to_x: "elm.rect.bottomleft.pad"; }
2954 state: "callerid_groupchat" 0.0;
2955 inherit: "default" 0.0;
2956 rel1 { relative: 1.0 1.0; to_x: "elm.rect.bottomleft.pad"; to_y:"elm.rect.groupchat.pad"; }
2959 state: "groupchat_on" 0.0;
2960 inherit: "default" 0.0;
2961 rel1 { relative: 0.0 1.0; to_y:"elm.rect.groupchat.pad"; }
2964 // it's temporary blocked for prepare entry's signal feature
2967 name: "elm.text.subject";
2971 state: "default" 0.0;
2974 style: "entry_textblock_style";
2977 rel1 { relative: 1.0 1.0; to_x: "elm.rect.left.pad"; to_y: "elm.rect.top.pad"; }
2978 rel2 { relative: 0.0 1.0; to_x: "elm.rect.right.pad"; to_y: "elm.rect.top.pad"; }
2984 name: "elm.rect.subject.line";
2988 state: "default" 0.0;
2993 rel1 { relative: 1.0 1.0; to_x: "elm.rect.left.pad"; to_y: "elm.rect.top.pad"; }
2994 rel2 { relative: 0.0 1.0; to_x: "elm.rect.right.pad"; to_y: "elm.rect.top.pad"; }
2998 name: "elm.swallow.callerid";
3002 state: "default" 0.0;
3003 min: ENTRY_BUBBLE_CALLERID_WIDTH ENTRY_BUBBLE_CALLERID_HEIGHT;
3004 max: ENTRY_BUBBLE_CALLERID_WIDTH ENTRY_BUBBLE_CALLERID_HEIGHT;
3008 rel1 { relative: ENTRY_BUBBLE_RECEV_CALLERID_REL_INC; to_x: "elm.rect.topleft.pad"; to_y: "elm.rect.topleft.pad"; }
3009 rel2 { relative: ENTRY_BUBBLE_RECEV_CALLERID_REL_INC; to_x: "elm.rect.topleft.pad"; to_y: "elm.rect.bottom.pad"; }
3011 description { state: "callerid_on" 0.0;
3012 inherit: "default" 0.0;
3017 name: "elm.rect.callerid.pad";
3021 state: "default" 0.0;
3022 min: ENTRY_BUBBLE_CALLERID_PAD ENTRY_BUBBLE_CALLERID_PAD;
3023 max: ENTRY_BUBBLE_CALLERID_PAD ENTRY_BUBBLE_CALLERID_PAD;
3027 rel1 { relative: 1.0 1.0; to: "elm.swallow.callerid"; to_y: "elm.rect.top.pad"; }
3028 rel2 { relative: 1.0 0.0; to_y: "elm.rect.bottom.pad"; }
3031 part { name: "elm.text";
3036 select_mode: BLOCK_HANDLE;
3037 //cursor_mode: BEFORE;
3039 source: "elm/entry/selection/default"; // selection under
3040 //source2: "X"; // selection over
3041 //source3: "X"; // cursor under
3042 source5: "elm/entry/anchor/default"; // anchor under
3043 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
3044 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
3045 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
3046 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
3047 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
3049 state: "default" 0.0;
3053 rel1 { relative: 1.0 1.0; to_x: "elm.rect.left.pad"; to_y: "elm.rect.subject.line"; }
3054 rel2 { relative: 1.0 1.0; to_y: "elm.rect.subject.line"; }
3056 style: "entry_bubble_receive_textblock_style";
3062 description { state: "callerid_on" 0.0;
3063 inherit: "default" 0.0;
3064 rel1 { relative: 1.0 1.0; to_x: ENTRY_BUBBLE_READ_TEXT_CALLID_REL1_X_INC; to_y: "elm.rect.subject.line"; }
3065 rel2 { relative: 1.0 1.0; to_y: "elm.rect.subject.line"; }
3067 /* callerid and groupchat */
3068 description { state: "callerid_groupchat" 0.0;
3069 inherit: "default" 0.0;
3070 rel1 { relative: 1.0 1.0; to_x: ENTRY_BUBBLE_READ_TEXT_CALLID_REL1_X_INC; to_y: ENTRY_BUBBLE_TEXT_CALLID_REL2_Y_INC; }
3071 rel2 { relative: 1.0 1.0; to_y: ENTRY_BUBBLE_TEXT_CALLID_REL2_Y_INC; }
3073 /* groupchat only */
3074 description { state: "groupchat_on" 0.0;
3075 inherit: "default" 0.0;
3076 rel1 { relative: 1.0 1.0; to_x: "elm.rect.left.pad"; to_y: ENTRY_BUBBLE_TEXT_CALLID_REL2_Y_INC; }
3077 rel2 { relative: 1.0 1.0; to_y: ENTRY_BUBBLE_TEXT_CALLID_REL2_Y_INC; }
3079 description { state: "disabled" 0.0;
3080 inherit: "default" 0.0;
3082 style: "entry_textblock_disabled_style";
3087 name: "elm.rect.status.pad";
3091 state: "default" 0.0;
3092 min: ENTRY_BUBBLE_STATUS_TIME_PAD_MIN_H_INC 64;
3093 max: ENTRY_BUBBLE_STATUS_TIME_PAD_MIN_H_INC 64;
3098 rel1 { relative: ENTRY_BUBBLE_READ_STATUS_TIME_PAD_REL_INC; to_x: "elm.rect.right.pad"; to_y: "elm.rect.bottom.pad"; }
3099 rel2 { relative: 1.0 1.0; to_y: "elm.rect.bottom.pad"; }
3103 name: "elm.rect.time.pad";
3107 state: "default" 0.0;
3108 min: ENTRY_BUBBLE_STATUS_TIME_PAD_MIN_H_INC GENLIST_PADDING_34_INC;
3109 max: ENTRY_BUBBLE_STATUS_TIME_PAD_MIN_H_INC GENLIST_PADDING_34_INC;
3114 rel1.to: "elm.rect.status.pad";
3115 rel2 { relative: 1.0 1.0; to_y: "elm.rect.bottom.pad"; }
3118 part { name: "elm.text.status";
3121 description { state: "default" 0.0;
3125 font: "Tizen:style=Roman";
3126 size: ENTRY_BUBBLE_STATUS_TIME_SIZE_INC;
3128 text_class: "tizen";
3131 color: ENTRY_BUBBLE_READ_STATUS_TIME_COLOR_INC;
3132 rel1 { relative: ENTRY_BUBBLE_READ_STATUS_REL_INC; to_x: "elm.rect.status.pad"; to_y: "elm.rect.status.pad"; }
3133 rel2 { relative: ENTRY_BUBBLE_READ_STATUS_REL_INC; to_x: "elm.rect.status.pad"; to_y: "elm.rect.status.pad"; }
3135 description { state: "disabled" 0.0;
3136 inherit: "default" 0.0;
3140 part { name: "elm.text.time";
3143 description { state: "default" 0.0;
3147 font: "Tizen:style=Roman";
3148 size: ENTRY_BUBBLE_STATUS_TIME_SIZE_INC;
3150 text_class: "tizen";
3153 color: ENTRY_BUBBLE_READ_STATUS_TIME_COLOR_INC;
3154 rel1 { relative: ENTRY_BUBBLE_READ_TIME_REL_INC; to_x: "elm.rect.time.pad"; to_y: "elm.rect.time.pad"; }
3155 rel2 { relative: ENTRY_BUBBLE_READ_TIME_REL_INC; to_x: "elm.rect.time.pad"; to_y: "elm.rect.time.pad"; }
3157 description { state: "disabled" 0.0;
3158 inherit: "default" 0.0;
3163 name: "elm.swallow.icon1";
3167 state: "default" 0.0;
3168 min: GENLIST_PADDING_64_INC GENLIST_PADDING_64_INC;
3169 max: GENLIST_PADDING_64_INC GENLIST_PADDING_64_INC;
3173 rel1 { relative: 1.5 0.3; to_x: "elm.rect.right.pad"; to_y: "elm.rect.bottom.pad"; }
3174 rel2 { relative: 1.0 0.3; to_y: "elm.rect.bottom.pad"; }
3176 description { state: "enabled" 0.0;
3177 inherit: "default" 0.0;
3182 name: "elm.rect.middle.pad";
3186 state: "default" 0.0;
3191 rel1 { relative: 1.0 1.0; to_x: "elm.rect.left.pad"; to_y: "elm.text"; }
3195 inherit: "default" 0.0;
3196 min: 0 ENTRY_BUBBLE_MIDDLE_PAD;
3197 max: 0 ENTRY_BUBBLE_MIDDLE_PAD;
3201 name: "elm.swallow.end";
3204 description { state: "default" 0.0;
3206 rel1 { relative: 1.0 1.0; to_x: "elm.rect.left.pad"; to_y: "elm.rect.middle.pad"; }
3207 rel2 { relative: 0.0 0.0; to_x: "elm.rect.right.pad"; to_y: "elm.rect.bottom.pad"; }
3212 program { name: "focus";
3218 program { name: "disable";
3219 signal: "elm,state,disabled";
3221 action: STATE_SET "disabled" 0.0;
3224 program { name: "enable";
3225 signal: "elm,state,enabled";
3227 action: STATE_SET "default" 0.0;
3230 program { name: "go_callerid_on";
3231 signal: "elm,state,callerid,enabled";
3236 get_state(PART:"elm.text", st, 30, vl);
3237 if (!strcmp(st, "default")) {
3238 set_state(PART:"elm.image.bg", "callerid_on", 0.0);
3239 set_state(PART:"elm.text", "callerid_on", 0.0);
3241 else if (!strcmp(st, "groupchat_on")) {
3242 set_state(PART:"elm.image.bg", "callerid_groupchat", 0.0);
3243 set_state(PART:"elm.text", "callerid_groupchat", 0.0);
3246 set_state(PART:"elm.swallow.callerid", "callerid_on", 0.0);
3247 set_state(PART:"elm.rect.left.pad", "callerid_on", 0.0);
3248 set_state(PART:"elm.rect.groupchat.pad", "callerid_on", 0.0);
3251 program { name: "go_callerid_off";
3252 signal: "elm,state,callerid,disabled";
3257 get_state(PART:"elm.text", st, 30, vl);
3258 if (!strcmp(st, "callerid_groupchat")) {
3259 set_state(PART:"elm.image.bg", "groupchat_on", 0.0);
3260 set_state(PART:"elm.text", "groupchat_on", 0.0);
3263 set_state(PART:"elm.image.bg", "default", 0.0);
3264 set_state(PART:"elm.text", "default", 0.0);
3267 set_state(PART:"elm.swallow.callerid", "default", 0.0);
3268 set_state(PART:"elm.rect.groupchat.pad", "default", 0.0);
3271 /* groupchat - since white-hd theme */
3272 #if ENTRY_BUBBLE_GROUPCHART_ENABLE_INC
3273 program { name: "go_groupchat_on";
3274 signal: "elm,state,groupchat,enabled";
3279 get_state(PART:"elm.text", st, 30, vl);
3280 if (!strcmp(st, "default")) {
3281 set_state(PART:"elm.image.bg", "groupchat_on", 0.0);
3282 set_state(PART:"elm.text", "groupchat_on", 0.0);
3284 else if (!strcmp(st, "callerid_on")) {
3285 set_state(PART:"elm.image.bg", "callerid_groupchat", 0.0);
3286 set_state(PART:"elm.text", "callerid_groupchat", 0.0);
3291 program { name: "go_textstatus_on";
3292 signal: "elm,state,text,status,enabled";
3294 action: STATE_SET "default" 0.0;
3295 target: "elm.text.time";
3296 target: "elm.text.status";
3297 after: "go_contentstatus_off";
3299 program { name: "go_textstatus_off";
3300 signal: "elm,state,text,status,disbled";
3302 action: STATE_SET "disabled" 0.0;
3303 target: "elm.text.time";
3304 target: "elm.text.status";
3306 program { name: "go_contentstatus_on";
3307 signal: "elm,state,content,status,enabled";
3309 action: STATE_SET "enabled" 0.0;
3310 target: "elm.swallow.icon1";
3311 after: "go_textstatus_off";
3313 program { name: "go_contentstatus_off";
3314 signal: "elm,state,content,status,disabled";
3316 action: STATE_SET "default" 0.0;
3317 target: "elm.swallow.icon1";
3319 program { name: "show_middle_pad";
3320 signal: "elm,state,middle,pad,enabled";
3322 action: STATE_SET "show" 0.0;
3323 target: "elm.rect.middle.pad";
3325 program { name: "hide_middle_pad";
3326 signal: "elm,state,middle,pad,disabled";
3328 action: STATE_SET "default" 0.0;
3329 target: "elm.rect.middle.pad";
3334 group { name: "elm/entry/base-noedit-charwrap/readmessage";
3335 data.item: "default_font_size" "24";
3336 data.item: "min_font_size" "8";
3337 data.item: "max_font_size" "60";
3339 item: context_menu_orientation "horizontal";
3343 name: "elm.rect.left.pad";
3347 state: "default" 0.0;
3348 min: ENTRY_BUBBLE_EX_PAD 0;
3352 rel2.relative: 0.0 1.0;
3356 name: "elm.rect.right.pad";
3360 state: "default" 0.0;
3361 min: ENTRY_BUBBLE_IX_PAD 0;
3365 rel1 { relative: 1.0 0.0; to_x: "elm.text"; }
3366 rel2.to_x: "elm.text";
3370 name: "elm.rect.top.pad";
3374 state: "default" 0.0;
3375 min: 0 ENTRY_BUBBLE_Y_PAD;
3379 rel2.relative: 1.0 0.0;
3383 name: "elm.rect.bottom.pad";
3387 state: "default" 0.0;
3388 min: 0 ENTRY_BUBBLE_Y_PAD;
3392 rel1.relative: 0.0 1.0;
3396 name: "elm.image.bg";
3400 state: "default" 0.0;
3401 rel2.to_x: "elm.rect.right.pad";
3403 normal: "00_messagebubble_bg_receive.png";
3409 part { name: "elm.text";
3414 select_mode: BLOCK_HANDLE;
3415 //cursor_mode: BEFORE;
3417 source: "elm/entry/selection/default"; // selection under
3418 //source2: "X"; // selection over
3419 //source3: "X"; // cursor under
3420 source5: "elm/entry/anchor/default"; // anchor under
3421 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
3422 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
3423 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
3424 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
3425 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
3426 description { state: "default" 0.0;
3429 rel1 { relative: 1.0 1.0; to_x: "elm.rect.left.pad"; to_y: "elm.rect.top.pad"; }
3430 rel2 { relative: 1.0 0.0; to_y: "elm.rect.bottom.pad"; }
3432 style: "entry_textblock_char_wrap_style";
3437 description { state: "disabled" 0.0;
3438 inherit: "default" 0.0;
3440 style: "entry_textblock_char_wrap_disabled_style";
3446 program { name: "focus";
3452 program { name: "disable";
3453 signal: "elm,state,disabled";
3455 action: STATE_SET "disabled" 0.0;
3458 program { name: "enable";
3459 signal: "elm,state,enabled";
3461 action: STATE_SET "default" 0.0;
3467 group { name: "elm/entry/base/sentmessage";
3468 data.item: "default_font_size" "24";
3469 data.item: "min_font_size" "8";
3470 data.item: "max_font_size" "60";
3472 item: context_menu_orientation "horizontal";
3476 name: "elm.rect.right.pad";
3480 state: "default" 0.0;
3481 min: ENTRY_BUBBLE_EX_PAD 0;
3485 rel1.relative: 1.0 0.0;
3489 name: "elm.rect.left.pad";
3493 state: "default" 0.0;
3494 min: ENTRY_BUBBLE_IX_PAD 0;
3498 rel1 { relative: 0.0 0.0; to: "elm.text"; }
3499 rel2 { relative: 0.0 1.0; to: "elm.text"; }
3503 name: "elm.rect.top.pad";
3507 state: "default" 0.0;
3508 min: 0 ENTRY_BUBBLE_Y_PAD;
3512 rel2.relative: 1.0 0.0;
3516 name: "elm.rect.bottom.pad";
3520 state: "default" 0.0;
3521 min: 0 ENTRY_BUBBLE_Y_PAD;
3525 rel1.relative: 0.0 1.0;
3529 name: "elm.image.bg";
3533 state: "default" 0.0;
3534 rel1.to_x: "elm.rect.left.pad";
3536 normal: "00_messagebubble_bg_sent.png";
3542 part { name: "elm.text";
3546 entry_mode: EDITABLE;
3547 select_mode: BLOCK_HANDLE;
3548 //cursor_mode: BEFORE;
3550 source: "elm/entry/selection/default"; // selection under
3551 //source2: "X"; // selection over
3552 //source3: "X"; // cursor under
3553 source4: "elm/entry/cursor/default"; // cursorover
3554 source5: "elm/entry/anchor/default"; // anchor under
3555 // source6: "X"; // anchor over
3556 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
3557 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
3558 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
3559 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
3560 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
3561 description { state: "default" 0.0;
3564 rel1 { relative: 0.0 1.0; to_y: "elm.rect.top.pad";}
3565 rel2 { relative: 0.0 0.0; to_x: "elm.rect.right.pad"; to_y: "elm.rect.bottom.pad"; }
3567 style: "entry_textblock_style";
3572 description { state: "disabled" 0.0;
3573 inherit: "default" 0.0;
3575 style: "entry_textblock_disabled_style";
3581 program { name: "focus";
3587 program { name: "disable";
3588 signal: "elm,state,disabled";
3590 action: STATE_SET "disabled" 0.0;
3593 program { name: "enable";
3594 signal: "elm,state,enabled";
3596 action: STATE_SET "default" 0.0;
3602 group { name: "elm/entry/base-noedit/sentmessage";
3603 data.item: "default_font_size" "24";
3604 data.item: "min_font_size" "8";
3605 data.item: "max_font_size" "60";
3607 item: context_menu_orientation "horizontal";
3611 name: "elm.rect.right.pad";
3615 state: "default" 0.0;
3616 min: ENTRY_BUBBLE_EX_PAD 0;
3620 rel1.relative: 1.0 0.0;
3623 state: "callerid_on" 0.0;
3624 inherit: "default" 0.0;
3625 min: ENTRY_BUBBLE_EX_CALLERID_PAD 0;
3629 name: "elm.rect.left.pad";
3633 state: "default" 0.0;
3634 min: ENTRY_BUBBLE_IX_PAD 0;
3638 rel1 { relative: 0.0 0.0; to: "elm.text"; }
3639 rel2 { relative: 0.0 1.0; to: "elm.text"; }
3643 name: "elm.rect.topright.pad";
3647 state: "default" 0.0;
3648 min: ENTRY_BUBBLE_CALLERID_PAD ENTRY_BUBBLE_CALLERID_PAD;
3649 max: ENTRY_BUBBLE_CALLERID_PAD ENTRY_BUBBLE_CALLERID_PAD;
3652 rel1.relative: 1.0 0.0;
3656 name: "elm.rect.top.pad";
3660 state: "default" 0.0;
3661 min: 0 ENTRY_BUBBLE_Y_PAD;
3665 rel2.relative: 1.0 0.0;
3669 name: "elm.rect.bottom.pad";
3673 state: "default" 0.0;
3674 min: 0 ENTRY_BUBBLE_BOTTOM_PAD;
3678 rel1.relative: 0.0 1.0;
3682 name: "elm.rect.bottomright.pad";
3686 state: "default" 0.0;
3687 min: ENTRY_BUBBLE_BOTTOMRIGHT_PAD 2;
3688 max: ENTRY_BUBBLE_BOTTOMRIGHT_PAD 2;
3694 name: "elm.rect.groupchat.pad";
3698 state: "default" 0.0;
3699 min: ENTRY_BUBBLE_GROUPCHART_PAD;
3700 max: ENTRY_BUBBLE_GROUPCHART_PAD;
3705 state: "callerid_on" 0.0;
3706 inherit: "default" 0.0;
3707 min: ENTRY_BUBBLE_GROUPCHART_WITH_CALLERID_PAD;
3708 max: ENTRY_BUBBLE_GROUPCHART_WITH_CALLERID_PAD;
3712 name: "elm.rect.groupchat.text.pad";
3716 state: "default" 0.0;
3721 rel1 { relative: 0.0 1.0; to: "elm.rect.groupchat.pad"; }
3724 part { name: "elm.text.groupchat";
3727 description { state: "default" 0.0;
3731 font: "Tizen:style=Roman";
3732 size: ENTRY_BUBBLE_GROUPCHAT_SIZE_INC;
3735 text_class: "tizen";
3738 color: ENTRY_BUBBLE_GROUPCHAT_COLOR_INC;
3739 rel2 { relative: 0.0 1.0; to: "elm.rect.groupchat.pad"; }
3743 name: "elm.image.bg";
3747 state: "default" 0.0;
3748 rel1.to_x: "elm.rect.left.pad";
3750 normal: "00_messagebubble_bg_sent.png";
3751 border: ENTRY_BUBBLE_SENT_BG_BORDER_INC;
3756 state: "callerid_on" 0.0;
3757 inherit: "default" 0.0;
3758 rel2 { relative: 0.0 1.0; to: "elm.rect.bottomright.pad"; }
3761 state: "callerid_groupchat" 0.0;
3762 inherit: "default" 0.0;
3763 rel1 { relative: 0.0 1.0; to_x:"elm.rect.left.pad"; to_y:"elm.rect.groupchat.pad"; }
3764 rel2 { relative: 0.0 1.0; to: "elm.rect.bottomright.pad"; }
3767 state: "groupchat_on" 0.0;
3768 inherit: "default" 0.0;
3769 rel1 { relative: 0.0 1.0; to_x:"elm.rect.left.pad"; to_y:"elm.rect.groupchat.pad"; }
3772 // it's temporary blocked for prepare entry's signal feature
3775 name: "elm.text.subject";
3779 state: "default" 0.0;
3782 style: "entry_textblock_style";
3785 rel1 { relative: 1.0 1.0; to_x: "elm.rect.left.pad"; to_y: "elm.rect.top.pad"; }
3786 rel2 { relative: 0.0 1.0; to_x: "elm.rect.right.pad"; to_y: "elm.rect.top.pad"; }
3792 name: "elm.rect.subject.line";
3796 state: "default" 0.0;
3801 rel1 { relative: 1.0 1.0; to_x: "elm.rect.left.pad"; to_y: "elm.rect.top.pad"; }
3802 rel2 { relative: 0.0 1.0; to_x: "elm.rect.right.pad"; to_y: "elm.rect.top.pad"; }
3806 name: "elm.swallow.callerid";
3810 state: "default" 0.0;
3811 min: ENTRY_BUBBLE_CALLERID_WIDTH ENTRY_BUBBLE_CALLERID_HEIGHT;
3812 max: ENTRY_BUBBLE_CALLERID_WIDTH ENTRY_BUBBLE_CALLERID_HEIGHT;
3815 rel1 { relative: ENTRY_BUBBLE_CALLERID_RELATIVE_INC; to_x: "elm.rect.topright.pad"; to_y: "elm.rect.topright.pad"; }
3816 rel2 { relative: ENTRY_BUBBLE_CALLERID_RELATIVE_INC; to_x: "elm.rect.topright.pad"; to_y: "elm.rect.bottom.pad"; }
3818 description { state: "callerid_on" 0.0;
3819 inherit: "default" 0.0;
3824 name: "elm.rect.callerid.pad";
3828 state: "default" 0.0;
3829 min: ENTRY_BUBBLE_CALLERID_PAD ENTRY_BUBBLE_CALLERID_PAD;
3830 max: ENTRY_BUBBLE_CALLERID_PAD ENTRY_BUBBLE_CALLERID_PAD;
3833 rel1 { relative: 0.0 1.0; to_x: "elm.swallow.callerid"; to_y: "elm.rect.topright.pad"; }
3834 rel2 { relative: 0.0 1.0; to_x: "elm.swallow.callerid"; to_y: "elm.rect.bottom.pad"; }
3837 part { name: "elm.text";
3842 select_mode: BLOCK_HANDLE;
3843 //cursor_mode: BEFORE;
3845 source: "elm/entry/selection/default"; // selection under
3846 //source2: "X"; // selection over
3847 //source3: "X"; // cursor under
3848 source5: "elm/entry/anchor/default"; // anchor under
3849 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
3850 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
3851 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
3852 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
3853 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
3855 state: "default" 0.0;
3859 rel1 { relative: 0.0 1.0; to_y: "elm.rect.subject.line"; }
3860 rel2 { relative: 0.0 1.0; to_x: "elm.rect.right.pad"; to_y: "elm.rect.subject.line"; }
3862 style: "entry_bubble_sent_textblock_style";
3868 description { state: "callerid_on" 0.0;
3869 inherit: "default" 0.0;
3870 rel1 { relative: 0.0 1.0; to_y: "elm.rect.subject.line";}
3871 rel2 { relative: 0.0 1.0; to_x: ENTRY_BUBBLE_TEXT_CALLID_REL2_X_INC; to_y: "elm.rect.subject.line"; }
3873 /* callerid and groupchat */
3874 description { state: "callerid_groupchat" 0.0;
3875 inherit: "default" 0.0;
3876 rel1 { relative: 0.0 1.0; to_y: ENTRY_BUBBLE_TEXT_CALLID_REL2_Y_INC; }
3877 rel2 { relative: 0.0 1.0; to_x: ENTRY_BUBBLE_TEXT_CALLID_REL2_X_INC; to_y: ENTRY_BUBBLE_TEXT_CALLID_REL2_Y_INC; }
3879 /* groupchat only */
3880 description { state: "groupchat_on" 0.0;
3881 inherit: "default" 0.0;
3882 rel1 { relative: 0.0 1.0; to_y: ENTRY_BUBBLE_TEXT_CALLID_REL2_Y_INC; }
3883 rel2 { relative: 0.0 1.0; to_x: "elm.rect.right.pad"; to_y: ENTRY_BUBBLE_TEXT_CALLID_REL2_Y_INC; }
3885 description { state: "disabled" 0.0;
3886 inherit: "default" 0.0;
3888 style: "entry_textblock_disabled_style";
3893 name: "elm.rect.status.pad";
3897 state: "default" 0.0;
3898 min: ENTRY_BUBBLE_STATUS_TIME_PAD_MIN_H_INC 64;
3903 rel1 { relative: ENTRY_BUBBLE_STATUS_TIME_PAD_REL_INC; to_x: "elm.rect.left.pad"; to_y: "elm.rect.bottom.pad"; }
3904 rel2 { relative: ENTRY_BUBBLE_STATUS_TIME_PAD_REL_INC; to_x: "elm.rect.left.pad"; to_y: "elm.rect.bottom.pad"; }
3908 name: "elm.rect.time.pad";
3912 state: "default" 0.0;
3913 min: ENTRY_BUBBLE_STATUS_TIME_PAD_MIN_H_INC GENLIST_PADDING_34_INC;
3914 max: ENTRY_BUBBLE_STATUS_TIME_PAD_MIN_H_INC GENLIST_PADDING_34_INC;
3919 rel1.to: "elm.rect.status.pad";
3920 rel2 { relative: 0.0 1.0; to_x: "elm.rect.status.pad"; to_y: "elm.rect.bottom.pad"; }
3923 part { name: "elm.text.status";
3926 description { state: "default" 0.0;
3930 font: "Tizen:style=Roman";
3931 size: ENTRY_BUBBLE_STATUS_TIME_SIZE_INC;
3933 text_class: "tizen";
3936 color: ENTRY_BUBBLE_SENT_STATUS_TIME_COLOR_INC;
3937 rel1 { relative: 0.0 0.0; to_x: "elm.rect.status.pad"; to_y: "elm.rect.status.pad"; }
3938 rel2 { relative: 0.0 0.0; to_x: "elm.rect.status.pad"; to_y: "elm.rect.status.pad"; }
3940 description { state: "disabled" 0.0;
3941 inherit: "default" 0.0;
3945 part { name: "elm.text.time";
3948 description { state: "default" 0.0;
3952 font: "Tizen:style=Roman";
3953 size: ENTRY_BUBBLE_STATUS_TIME_SIZE_INC;
3955 text_class: "tizen";
3958 color: ENTRY_BUBBLE_SENT_STATUS_TIME_COLOR_INC;
3959 rel1 { relative: 0.0 1.0; to_x: "elm.rect.status.pad"; to_y: "elm.rect.time.pad"; }
3960 rel2 { relative: 0.0 1.0; to_x: "elm.rect.status.pad"; to_y: "elm.rect.time.pad"; }
3962 description { state: "disabled" 0.0;
3963 inherit: "default" 0.0;
3968 name: "elm.swallow.icon1";
3972 state: "default" 0.0;
3973 min: GENLIST_PADDING_64_INC GENLIST_PADDING_64_INC;
3974 max: GENLIST_PADDING_64_INC GENLIST_PADDING_64_INC;
3978 rel1 { relative: -0.8 0.3; to_x: "elm.rect.left.pad"; to_y: "elm.rect.bottom.pad"; }
3979 rel2 { relative: -0.8 0.3; to_x: "elm.rect.left.pad"; to_y: "elm.rect.bottom.pad"; }
3981 description { state: "enabled" 0.0;
3982 inherit: "default" 0.0;
3987 name: "elm.rect.middle.pad";
3991 state: "default" 0.0;
3996 rel1 { relative: 1.0 1.0; to_x: "elm.rect.left.pad"; to_y: "elm.text"; }
4000 inherit: "default" 0.0;
4001 min: 0 ENTRY_BUBBLE_MIDDLE_PAD;
4002 max: 0 ENTRY_BUBBLE_MIDDLE_PAD;
4006 name: "elm.swallow.end";
4010 state: "default" 0.0;
4012 rel1 { relative: 1.0 1.0; to_x: "elm.rect.left.pad"; to_y: "elm.rect.middle.pad"; }
4013 rel2 { relative: 0.0 0.0; to_x: "elm.rect.right.pad"; to_y: "elm.rect.bottom.pad"; }
4018 program { name: "focus";
4024 program { name: "disable";
4025 signal: "elm,state,disabled";
4027 action: STATE_SET "disabled" 0.0;
4030 program { name: "enable";
4031 signal: "elm,state,enabled";
4033 action: STATE_SET "default" 0.0;
4036 program { name: "go_callerid_on";
4037 signal: "elm,state,callerid,enabled";
4042 get_state(PART:"elm.text", st, 30, vl);
4043 if (!strcmp(st, "default")) {
4044 set_state(PART:"elm.image.bg", "callerid_on", 0.0);
4045 set_state(PART:"elm.text", "callerid_on", 0.0);
4047 else if (!strcmp(st, "groupchat_on")) {
4048 set_state(PART:"elm.image.bg", "callerid_groupchat", 0.0);
4049 set_state(PART:"elm.text", "callerid_groupchat", 0.0);
4052 set_state(PART:"elm.swallow.callerid", "callerid_on", 0.0);
4053 set_state(PART:"elm.rect.right.pad", "callerid_on", 0.0);
4054 set_state(PART:"elm.rect.groupchat.pad", "callerid_on", 0.0);
4057 program { name: "go_callerid_off";
4058 signal: "elm,state,callerid,disabled";
4063 get_state(PART:"elm.text", st, 30, vl);
4064 if (!strcmp(st, "callerid_groupchat")) {
4065 set_state(PART:"elm.image.bg", "groupchat_on", 0.0);
4066 set_state(PART:"elm.text", "groupchat_on", 0.0);
4069 set_state(PART:"elm.image.bg", "default", 0.0);
4070 set_state(PART:"elm.text", "default", 0.0);
4073 set_state(PART:"elm.swallow.callerid", "default", 0.0);
4074 set_state(PART:"elm.rect.groupchat.pad", "default", 0.0);
4077 /* groupchat - since white-hd theme */
4078 #if ENTRY_BUBBLE_GROUPCHART_ENABLE_INC
4079 program { name: "go_groupchat_on";
4080 signal: "elm,state,groupchat,enabled";
4085 get_state(PART:"elm.text", st, 30, vl);
4086 if (!strcmp(st, "default")) {
4087 set_state(PART:"elm.image.bg", "groupchat_on", 0.0);
4088 set_state(PART:"elm.text", "groupchat_on", 0.0);
4090 else if (!strcmp(st, "callerid_on")) {
4091 set_state(PART:"elm.image.bg", "callerid_groupchat", 0.0);
4092 set_state(PART:"elm.text", "callerid_groupchat", 0.0);
4097 program { name: "go_groupchat_off";
4098 signal: "elm,state,groupchat,disabled";
4103 get_state(PART:"elm.text", st, 30, vl);
4104 if (!strcmp(st, "callerid_groupchat")) {
4105 set_state(PART:"elm.image.bg", "callerid_on", 0.0);
4106 set_state(PART:"elm.text", "callerid_on", 0.0);
4109 set_state(PART:"elm.image.bg", "default", 0.0);
4110 set_state(PART:"elm.text", "default", 0.0);
4114 program { name: "go_textstatus_on";
4115 signal: "elm,state,text,status,enabled";
4117 action: STATE_SET "default" 0.0;
4118 target: "elm.text.time";
4119 target: "elm.text.status";
4120 after: "go_contentstatus_off";
4122 program { name: "go_textstatus_off";
4123 signal: "elm,state,text,status,disbled";
4125 action: STATE_SET "disabled" 0.0;
4126 target: "elm.text.time";
4127 target: "elm.text.status";
4129 program { name: "go_contentstatus_on";
4130 signal: "elm,state,content,status,enabled";
4132 action: STATE_SET "enabled" 0.0;
4133 target: "elm.swallow.icon1";
4134 after: "go_textstatus_off";
4136 program { name: "go_contentstatus_off";
4137 signal: "elm,state,content,status,disabled";
4139 action: STATE_SET "default" 0.0;
4140 target: "elm.swallow.icon1";
4142 program { name: "show_middle_pad";
4143 signal: "elm,state,middle,pad,enabled";
4145 action: STATE_SET "show" 0.0;
4146 target: "elm.rect.middle.pad";
4148 program { name: "hide_middle_pad";
4149 signal: "elm,state,middle,pad,disabled";
4151 action: STATE_SET "default" 0.0;
4152 target: "elm.rect.middle.pad";
4157 group { name: "elm/entry/base-noedit-charwrap/sentmessage";
4158 data.item: "default_font_size" "24";
4159 data.item: "min_font_size" "8";
4160 data.item: "max_font_size" "60";
4162 item: context_menu_orientation "horizontal";
4166 name: "elm.rect.right.pad";
4170 state: "default" 0.0;
4171 min: ENTRY_BUBBLE_EX_PAD 0;
4175 rel1.relative: 1.0 0.0;
4179 name: "elm.rect.left.pad";
4183 state: "default" 0.0;
4184 min: ENTRY_BUBBLE_IX_PAD 0;
4188 rel1 { relative: 0.0 0.0; to: "elm.text"; }
4189 rel2 { relative: 0.0 1.0; to: "elm.text"; }
4193 name: "elm.rect.top.pad";
4197 state: "default" 0.0;
4198 min: 0 ENTRY_BUBBLE_Y_PAD;
4202 rel2.relative: 1.0 0.0;
4206 name: "elm.rect.bottom.pad";
4210 state: "default" 0.0;
4211 min: 0 ENTRY_BUBBLE_Y_PAD;
4215 rel1.relative: 0.0 1.0;
4219 name: "elm.image.bg";
4223 state: "default" 0.0;
4224 rel1.to_x: "elm.rect.left.pad";
4226 normal: "00_messagebubble_bg_sent.png";
4232 part { name: "elm.text";
4237 select_mode: BLOCK_HANDLE;
4238 //cursor_mode: BEFORE;
4240 source: "elm/entry/selection/default"; // selection under
4241 //source2: "X"; // selection over
4242 //source3: "X"; // cursor under
4243 source5: "elm/entry/anchor/default"; // anchor under
4244 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
4245 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
4246 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
4247 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
4248 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
4249 description { state: "default" 0.0;
4252 rel1 { relative: 0.0 1.0; to_y: "elm.rect.top.pad";}
4253 rel2 { relative: 0.0 0.0; to_x: "elm.rect.right.pad"; to_y: "elm.rect.bottom.pad"; }
4255 style: "entry_textblock_char_wrap_style";
4260 description { state: "disabled" 0.0;
4261 inherit: "default" 0.0;
4263 style: "entry_textblock_char_wrap_disabled_style";
4269 program { name: "focus";
4275 program { name: "disable";
4276 signal: "elm,state,disabled";
4278 action: STATE_SET "disabled" 0.0;
4281 program { name: "enable";
4282 signal: "elm,state,enabled";
4284 action: STATE_SET "default" 0.0;
4290 group { name: "elm/entry/base/font_color_black";
4291 alias: "elm/entry/base-mixedwrap/font_color_black";
4292 alias: "elm/entry/base/font_color_black/default";
4293 alias: "elm/entry/base/font_color_black/lighting";
4294 alias: "elm/entry/base/font_color_black/multiline";
4295 alias: "elm/entry/base/font_color_black/multiline/default";
4296 alias: "elm/entry/base/font_color_black/multiline/lighting";
4297 alias: "elm/entry/base/editfield/font_color_black";
4299 data.item: "default_font_size" "24";
4300 data.item: "min_font_size" "8";
4301 data.item: "max_font_size" "60";
4304 style { name: "font_color_black_textblock_style";
4305 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#000000FF wrap=mixed left_margin=1 right_margin=2 text_class=entry";
4309 tag: "em" "+ font=Tizen:style=Oblique";
4310 tag: "b" "+ font=Tizen:style=Bold";
4311 tag: "link" "+ color=#800 underline=on underline_color=#8008";
4312 tag: "hilight" "+ font=Tizen:style=Bold";
4313 tag: "preedit" "+ underline=on underline_color=#000000FF";
4314 tag: "preedit_sel" "+ backing=on backing_color=#000000FF color=#FFFFFFFF";
4315 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color=#000000FF";
4316 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color=#000000FF";
4317 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color=#000000FF";
4318 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color=#000000FF";
4320 style { name: "font_color_black_textblock_disabled_style";
4321 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=mixed left_margin=1 right_margin=2 text_class=entry";
4325 tag: "em" "+ font=Tizen:style=Oblique";
4326 tag: "b" "+ font=Tizen:style=Bold";
4327 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
4328 tag: "hilight" "+ font=Tizen:style=Bold";
4329 tag: "preedit" "+ underline=on underline_color=#000000FF";
4330 tag: "preedit_sel" "+ backing=on backing_color=#000000FF color=#FFFFFFFF";
4331 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color=#000000FF";
4332 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color=#000000FF";
4333 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color=#000000FF";
4334 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color=#000000FF";
4336 style { name: "font_color_black_textblock_guide_style";
4337 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#90A9C7 wrap=mixed left_margin=1 right_margin=2 text_class=entry";
4341 tag: "em" "+ font=Tizen:style=Oblique";
4342 tag: "b" "+ font=Tizen:style=Bold";
4343 tag: "link" "+ color=#800 underline=on underline_color=#8008";
4344 tag: "hilight" "+ font=Tizen:style=Bold";
4348 item: context_menu_orientation "horizontal";
4351 part { name: "elm.guide";
4355 description { state: "default" 0.0;
4356 rel1.to: "elm.text";
4357 rel2.to: "elm.text";
4359 style: "font_color_black_textblock_guide_style";
4364 description { state: "hidden" 0.0;
4365 inherit: "default" 0.0;
4369 part { name: "elm.text";
4373 entry_mode: EDITABLE;
4374 select_mode: BLOCK_HANDLE;
4375 //cursor_mode: BEFORE;
4377 source: "elm/entry/selection/default"; // selection under
4378 //source2: "X"; // selection over
4379 //source3: "X"; // cursor under
4380 source4: "elm/entry/cursor/default"; // cursorover
4381 source5: "elm/entry/anchor/default"; // anchor under
4382 //source6: "X"; // anchor over
4383 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
4384 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
4385 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
4386 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
4387 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
4388 description { state: "default" 0.0;
4391 style: "font_color_black_textblock_style";
4395 description { state: "disabled" 0.0;
4396 inherit: "default" 0.0;
4398 style: "font_color_black_textblock_disabled_style";
4405 program { name: "focus";
4411 program { name: "disable";
4412 signal: "elm,state,disabled";
4414 action: STATE_SET "disabled" 0.0;
4417 program { name: "enable";
4418 signal: "elm,state,enabled";
4420 action: STATE_SET "default" 0.0;
4423 program { name: "gdisable";
4424 signal: "elm,guide,disabled";
4426 action: STATE_SET "hidden" 0.0;
4427 target: "elm.guide";
4429 program { name: "genable";
4430 signal: "elm,guide,enabled";
4432 action: STATE_SET "default" 0.0;
4433 target: "elm.guide";
4438 group { name: "elm/entry/base-noedit/font_color_black";
4439 data.item: "default_font_size" "24";
4440 data.item: "min_font_size" "8";
4441 data.item: "max_font_size" "60";
4443 item: context_menu_orientation "horizontal";
4446 part { name: "elm.guide";
4450 description { state: "default" 0.0;
4451 rel1.to: "elm.text";
4452 rel2.to: "elm.text";
4454 style: "font_color_black_textblock_guide_style";
4459 description { state: "hidden" 0.0;
4460 inherit: "default" 0.0;
4464 part { name: "elm.text";
4469 select_mode: BLOCK_HANDLE;
4470 //cursor_mode: BEFORE;
4472 source: "elm/entry/selection/default"; // selection under
4473 //source2: "X"; // selection over
4474 //source3: "X"; // cursor under
4475 source4: "elm/entry/cursor/default"; // cursorover
4476 source5: "elm/entry/anchor/default"; // anchor under
4477 //source6: "X"; // anchor over
4478 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
4479 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
4480 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
4481 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
4482 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
4483 description { state: "default" 0.0;
4486 style: "font_color_black_textblock_style";
4490 description { state: "disabled" 0.0;
4491 inherit: "default" 0.0;
4493 style: "font_color_black_textblock_disabled_style";
4500 program { name: "focus";
4506 program { name: "disable";
4507 signal: "elm,state,disabled";
4509 action: STATE_SET "disabled" 0.0;
4512 program { name: "enable";
4513 signal: "elm,state,enabled";
4515 action: STATE_SET "default" 0.0;
4518 program { name: "gdisable";
4519 signal: "elm,guide,disabled";
4521 action: STATE_SET "hidden" 0.0;
4522 target: "elm.guide";
4524 program { name: "genable";
4525 signal: "elm,guide,enabled";
4527 action: STATE_SET "default" 0.0;
4528 target: "elm.guide";
4533 group { name: "elm/entry/base-charwrap/font_color_black";
4534 alias: "elm/entry/base/font_color_black/char_wrap";
4535 alias: "elm/entry/base/font_color_black/default/char_wrap";
4536 alias: "elm/entry/base/font_color_black/lighting/char_wrap";
4537 alias: "elm/entry/base/font_color_black/multiline/char_wrap";
4538 alias: "elm/entry/base/font_color_black/multiline/default/char_wrap";
4539 alias: "elm/entry/base/font_color_black/multiline/lighting/char_wrap";
4540 alias: "elm/entry/base-charwrap/editfield/font_color_black";
4542 data.item: "default_font_size" "24";
4543 data.item: "min_font_size" "8";
4544 data.item: "max_font_size" "60";
4547 style { name: "font_color_black_textblock_char_wrap_style";
4548 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#000000FF wrap=char left_margin=1 right_margin=2 text_class=entry";
4552 tag: "em" "+ font=Tizen:style=Oblique";
4553 tag: "b" "+ font=Tizen:style=Bold";
4554 tag: "link" "+ color=#800 underline=on underline_color=#8008";
4555 tag: "hilight" "+ font=Tizen:style=Bold";
4556 tag: "preedit" "+ underline=on underline_color=#000000FF";
4557 tag: "preedit_sel" "+ backing=on backing_color=#000000FF color=#FFFFFFFF";
4558 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color=#000000FF";
4559 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color=#000000FF";
4560 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color=#000000FF";
4561 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color=#000000FF";
4563 style { name: "font_color_black_textblock_char_wrap_disabled_style";
4564 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=char left_margin=1 right_margin=2 text_class=entry";
4568 tag: "em" "+ font=Tizen:style=Oblique";
4569 tag: "b" "+ font=Tizen:style=Bold";
4570 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
4571 tag: "hilight" "+ font=Tizen:style=Bold";
4572 tag: "preedit" "+ underline=on underline_color=#000000FF";
4573 tag: "preedit_sel" "+ backing=on backing_color=#000000FF color=#FFFFFFFF";
4574 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color=#000000FF";
4575 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color=#000000FF";
4576 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color=#000000FF";
4577 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color=#000000FF";
4579 style { name: "font_color_black_textblock_char_wrap_guide_style";
4580 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#90A9C7 wrap=char left_margin=1 right_margin=2 text_class=entry";
4584 tag: "em" "+ font=Tizen:style=Oblique";
4585 tag: "b" "+ font=Tizen:style=Bold";
4586 tag: "link" "+ color=#800 underline=on underline_color=#8008";
4587 tag: "hilight" "+ font=Tizen:style=Bold";
4591 item: context_menu_orientation "horizontal";
4594 part { name: "elm.guide";
4598 description { state: "default" 0.0;
4599 rel1.to: "elm.text";
4600 rel2.to: "elm.text";
4602 style: "font_color_black_textblock_char_wrap_guide_style";
4607 description { state: "hidden" 0.0;
4608 inherit: "default" 0.0;
4612 part { name: "elm.text";
4616 entry_mode: EDITABLE;
4617 select_mode: BLOCK_HANDLE;
4618 //cursor_mode: BEFORE;
4620 source: "elm/entry/selection/default"; // selection under
4621 //source2: "X"; // selection over
4622 //source3: "X"; // cursor under
4623 source4: "elm/entry/cursor/default"; // cursorover
4624 source5: "elm/entry/anchor/default"; // anchor under
4625 //source6: "X"; // anchor over
4626 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
4627 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
4628 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
4629 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
4630 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
4631 description { state: "default" 0.0;
4634 style: "font_color_black_textblock_char_wrap_style";
4638 description { state: "disabled" 0.0;
4639 inherit: "default" 0.0;
4641 style: "font_color_black_textblock_char_wrap_disabled_style";
4648 program { name: "focus";
4654 program { name: "disable";
4655 signal: "elm,state,disabled";
4657 action: STATE_SET "disabled" 0.0;
4660 program { name: "enable";
4661 signal: "elm,state,enabled";
4663 action: STATE_SET "default" 0.0;
4666 program { name: "gdisable";
4667 signal: "elm,guide,disabled";
4669 action: STATE_SET "hidden" 0.0;
4670 target: "elm.guide";
4672 program { name: "genable";
4673 signal: "elm,guide,enabled";
4675 action: STATE_SET "default" 0.0;
4676 target: "elm.guide";
4681 group { name: "elm/entry/base-single/font_color_black";
4682 alias: "elm/entry/base-single/font_color_black/default";
4683 alias: "elm/entry/base-single/font_color_black/lighting";
4684 alias: "elm/entry/base-single/font_color_black/singleline";
4685 alias: "elm/entry/base-single/font_color_black/singleline/default";
4686 alias: "elm/entry/base-single/font_color_black/singleline/lighting";
4687 alias: "elm/entry/base-single/editfield/font_color_black";
4688 alias: "elm/entry/base-single/editfield/searchbar/font_color_black";
4690 data.item: "default_font_size" "24";
4691 data.item: "min_font_size" "8";
4692 data.item: "max_font_size" "60";
4695 style { name: "font_color_black_single_textblock_style";
4696 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#000000FF wrap=none left_margin=1 right_margin=3 text_class=entry";
4700 tag: "em" "+ font=Tizen:style=Oblique";
4701 tag: "b" "+ font=Tizen:style=Bold";
4702 tag: "link" "+ color=#800 underline=on underline_color=#8008";
4703 tag: "hilight" "+ font=Tizen:style=Bold";
4704 tag: "preedit" "+ underline=on underline_color=#000000FF";
4705 tag: "preedit_sel" "+ backing=on backing_color=#000000FF color=#FFFFFFFF";
4706 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color=#000000FF";
4707 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color=#000000FF";
4708 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color=#000000FF";
4709 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color=#000000FF";
4711 style { name: "font_color_black_single_textblock_disabled_style";
4712 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none left_margin=1 right_margin=3 text_class=entry";
4716 tag: "em" "+ font=Tizen:style=Oblique";
4717 tag: "b" "+ font=Tizen:style=Bold";
4718 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
4719 tag: "hilight" "+ font=Tizen:style=Bold";
4720 tag: "preedit" "+ underline=on underline_color=#000000FF";
4721 tag: "preedit_sel" "+ backing=on backing_color=#000000FF color=#FFFFFFFF";
4722 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color=#000000FF";
4723 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color=#000000FF";
4724 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color=#000000FF";
4725 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color=#000000FF";
4727 style { name: "font_color_black_single_textblock_guide_style";
4728 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#90A9C7 wrap=none left_margin=1 right_margin=3 text_class=entry";
4732 tag: "em" "+ font=Tizen:style=Oblique";
4733 tag: "b" "+ font=Tizen:style=Bold";
4734 tag: "link" "+ color=#800 underline=on underline_color=#8008";
4735 tag: "hilight" "+ font=Tizen:style=Bold";
4739 item: context_menu_orientation "horizontal";
4742 part { name: "elm.guide";
4746 description { state: "default" 0.0;
4747 rel1.to: "elm.text";
4748 rel2.to: "elm.text";
4750 style: "font_color_black_single_textblock_guide_style";
4755 description { state: "hidden" 0.0;
4756 inherit: "default" 0.0;
4760 part { name: "elm.text";
4764 entry_mode: EDITABLE;
4765 select_mode: BLOCK_HANDLE;
4766 //cursor_mode: BEFORE;
4768 source: "elm/entry/selection/default"; // selection under
4769 //source2: "X"; // selection over
4770 //source3: "X"; // cursor under
4771 source4: "elm/entry/cursor/default"; // cursorover
4772 source5: "elm/entry/anchor/default"; // anchor under
4773 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
4774 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
4775 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
4776 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
4777 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
4778 description { state: "default" 0.0;
4780 style: "font_color_black_single_textblock_style";
4785 description { state: "disabled" 0.0;
4786 inherit: "default" 0.0;
4788 style: "font_color_black_single_textblock_disabled_style";
4794 program { name: "focus";
4800 program { name: "disable";
4801 signal: "elm,state,disabled";
4803 action: STATE_SET "disabled" 0.0;
4806 program { name: "enable";
4807 signal: "elm,state,enabled";
4809 action: STATE_SET "default" 0.0;
4812 program { name: "gdisable";
4813 signal: "elm,guide,disabled";
4815 action: STATE_SET "hidden" 0.0;
4816 target: "elm.guide";
4818 program { name: "genable";
4819 signal: "elm,guide,enabled";
4821 action: STATE_SET "default" 0.0;
4822 target: "elm.guide";
4827 group { name: "elm/entry/base-single-noedit/font_color_black";
4828 data.item: "default_font_size" "24";
4829 data.item: "min_font_size" "8";
4830 data.item: "max_font_size" "60";
4832 item: context_menu_orientation "horizontal";
4835 part { name: "elm.guide";
4839 description { state: "default" 0.0;
4840 rel1.to: "elm.text";
4841 rel2.to: "elm.text";
4843 style: "font_color_black_single_textblock_guide_style";
4848 description { state: "hidden" 0.0;
4849 inherit: "default" 0.0;
4853 part { name: "elm.text";
4858 select_mode: BLOCK_HANDLE;
4859 //cursor_mode: BEFORE;
4861 source: "elm/entry/selection/default"; // selection under
4862 //source2: "X"; // selection over
4863 //source3: "X"; // cursor under
4864 source4: "elm/entry/cursor/default"; // cursorover
4865 source5: "elm/entry/anchor/default"; // anchor under
4866 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
4867 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
4868 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
4869 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
4870 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
4871 description { state: "default" 0.0;
4873 style: "font_color_black_single_textblock_style";
4878 description { state: "disabled" 0.0;
4879 inherit: "default" 0.0;
4881 style: "font_color_black_single_textblock_disabled_style";
4887 program { name: "focus";
4893 program { name: "disable";
4894 signal: "elm,state,disabled";
4896 action: STATE_SET "disabled" 0.0;
4899 program { name: "enable";
4900 signal: "elm,state,enabled";
4902 action: STATE_SET "default" 0.0;
4905 program { name: "gdisable";
4906 signal: "elm,guide,disabled";
4908 action: STATE_SET "hidden" 0.0;
4909 target: "elm.guide";
4911 program { name: "genable";
4912 signal: "elm,guide,enabled";
4914 action: STATE_SET "default" 0.0;
4915 target: "elm.guide";
4919 group { name: "elm/entry/base-single/font_color_black/tizen_text_class";
4920 inherit: "elm/entry/base-single/font_color_black";
4922 style { name: "tizen_text_class_single_textblock_style";
4923 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#000000FF wrap=none left_margin=1 right_margin=3 text_class=tizen";
4927 tag: "em" "+ font=Tizen:style=Oblique";
4928 tag: "b" "+ font=Tizen:style=Bold";
4929 tag: "link" "+ color=#800 underline=on underline_color=#8008";
4930 tag: "hilight" "+ font=Tizen:style=Bold";
4931 tag: "preedit" "+ underline=on underline_color=#000000FF";
4932 tag: "preedit_sel" "+ backing=on backing_color=#000000FF color=#FFFFFFFF";
4933 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color=#000000FF";
4934 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color=#000000FF";
4935 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color=#000000FF";
4936 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color=#000000FF";
4938 style { name: "tizen_text_class_single_textblock_disabled_style";
4939 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none left_margin=1 right_margin=3 text_class=tizen";
4943 tag: "em" "+ font=Tizen:style=Oblique";
4944 tag: "b" "+ font=Tizen:style=Bold";
4945 tag: "link" "+ color=#00000080 underline=on underline_color=#00000080";
4946 tag: "hilight" "+ font=Tizen:style=Bold";
4947 tag: "preedit" "+ underline=on underline_color=#000000FF";
4948 tag: "preedit_sel" "+ backing=on backing_color=#000000FF color=#FFFFFFFF";
4949 tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color=#000000FF";
4950 tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color=#000000FF";
4951 tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color=#000000FF";
4952 tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color=#000000FF";
4954 style { name: "tizen_text_class_single_textblock_guide_style";
4955 base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#90A9C7 wrap=none left_margin=1 right_margin=3 text_class=tizen";
4959 tag: "em" "+ font=Tizen:style=Oblique";
4960 tag: "b" "+ font=Tizen:style=Bold";
4961 tag: "link" "+ color=#800 underline=on underline_color=#8008";
4962 tag: "hilight" "+ font=Tizen:style=Bold";
4966 part { name: "elm.guide";
4970 description { state: "default" 0.0;
4971 rel1.to: "elm.text";
4972 rel2.to: "elm.text";
4974 style: "tizen_text_class_single_textblock_guide_style";
4979 description { state: "hidden" 0.0;
4980 inherit: "default" 0.0;
4984 part { name: "elm.text";
4985 description { state: "default" 0.0;
4987 style: "tizen_text_class_single_textblock_style";
4990 description { state: "disabled" 0.0;
4991 inherit: "default" 0.0;
4993 style: "tizen_text_class_single_textblock_disabled_style";
4999 group { name: "elm/entry/base-password/font_color_black";
5000 alias: "elm/entry/base-password/editfield/font_color_black";
5001 data.item: "default_font_size" "24";
5002 data.item: "min_font_size" "8";
5003 data.item: "max_font_size" "60";
5005 item: context_menu_orientation "horizontal";
5008 part { name: "elm.guide";
5012 description { state: "default" 0.0;
5013 rel1.to: "elm.text";
5014 rel2.to: "elm.text";
5016 style: "font_color_black_single_textblock_guide_style";
5021 description { state: "hidden" 0.0;
5022 inherit: "default" 0.0;
5026 part { name: "elm.text";
5030 entry_mode: PASSWORD;
5031 select_mode: BLOCK_HANDLE;
5033 source: "elm/entry/selection/default"; // selection under
5034 //source2: "X"; // selection over
5035 //source3: "X"; // cursor under
5036 source4: "elm/entry/cursor/default"; // cursorover
5037 source5: "elm/entry/anchor/default"; // anchor under
5038 source7: ENTRY_BLOCK_HANDLE_SOURCE7; // start selection handler
5039 source8: ENTRY_BLOCK_HANDLE_SOURCE8; // end selection handler
5040 source9: ENTRY_CURSOR_HANDLE_SOURCE9; // cursor handler
5041 source10: ENTRY_BLOCK_HANDLE_SOURCE10; // start edge selection
5042 source11: ENTRY_BLOCK_HANDLE_SOURCE11; // end edge selection
5043 description { state: "default" 0.0;
5045 style: "font_color_black_single_textblock_style";
5051 description { state: "disabled" 0.0;
5052 inherit: "default" 0.0;
5054 style: "font_color_black_single_textblock_disabled_style";
5060 program { name: "focus";
5066 program { name: "disable";
5067 signal: "elm,state,disabled";
5069 action: STATE_SET "disabled" 0.0;
5072 program { name: "enable";
5073 signal: "elm,state,enabled";
5075 action: STATE_SET "default" 0.0;
5078 program { name: "gdisable";
5079 signal: "elm,guide,disabled";
5081 action: STATE_SET "hidden" 0.0;
5082 target: "elm.guide";
5084 program { name: "genable";
5085 signal: "elm,guide,enabled";
5087 action: STATE_SET "default" 0.0;
5088 target: "elm.guide";
5093 group { name: "elm/scroller/entry/default";
5094 alias : "elm/scroller/entry/editfield";
5095 alias : "elm/scroller/entry/editfield/searchbar/default";
5097 item: "focus_highlight" "on";
5100 public sbvis_v, sbvis_h, sbalways_v, sbalways_h, sbvis_timer;
5101 public timer0(val) {
5103 v = get_int(sbvis_v);
5105 v = get_int(sbalways_v);
5107 emit("do-hide-vbar", "");
5108 set_int(sbvis_v, 0);
5111 v = get_int(sbvis_h);
5113 v = get_int(sbalways_h);
5115 emit("do-hide-hbar", "");
5116 set_int(sbvis_h, 0);
5119 set_int(sbvis_timer, 0);
5124 image: "bt_sm_base2.png" COMP;
5129 description { state: "default" 0.0;
5133 part { name: "clipper";
5136 description { state: "default" 0.0;
5141 part { name: "contentclipper";
5145 description { state: "default" 0.0;
5146 rel1.to: "elm.swallow.icon";
5147 rel1.relative: 1.0 0.0;
5148 rel2.to: "elm.swallow.end";
5149 rel2.relative: 0.0 1.0;
5152 part { name: "elm.swallow.icon";
5155 description { state: "default" 0.0;
5167 description { state: "visible" 0.0;
5181 part { name: "elm.swallow.end";
5184 description { state: "default" 0.0;
5196 description { state: "visible" 0.0;
5210 part { name: "elm.swallow.content";
5211 clip_to: "contentclipper";
5213 description { state: "default" 0.0;
5215 to: "elm.swallow.icon";
5219 to: "elm.swallow.end";
5224 part { name: "sb_vbar_clip_master";
5227 description { state: "default" 0.0;
5229 description { state: "hidden" 0.0;
5231 color: 255 255 255 0;
5234 part { name: "sb_vbar_clip";
5235 clip_to: "sb_vbar_clip_master";
5238 description { state: "default" 0.0;
5240 description { state: "hidden" 0.0;
5242 color: 255 255 255 0;
5245 part { name: "sb_vbar";
5248 description { state: "default" 0.0;
5255 to_y: "elm.swallow.content";
5256 to_x: "elm.swallow.end";
5261 to_x: "elm.swallow.end";
5265 part { name: "elm.dragable.vbar";
5266 clip_to: "sb_vbar_clip";
5273 description { state: "default" 0.0;
5287 normal: "bt_sm_base2.png";
5293 part { name: "sb_hbar_clip_master";
5296 description { state: "default" 0.0;
5298 description { state: "hidden" 0.0;
5300 color: 255 255 255 0;
5303 part { name: "sb_hbar_clip";
5304 clip_to: "sb_hbar_clip_master";
5307 description { state: "default" 0.0;
5309 description { state: "hidden" 0.0;
5311 color: 255 255 255 0;
5314 part { name: "sb_hbar";
5317 description { state: "default" 0.0;
5324 to_x: "elm.swallow.content";
5325 to_y: "elm.swallow.content";
5330 to_y: "elm.swallow.content";
5334 part { name: "elm.dragable.hbar";
5335 clip_to: "sb_hbar_clip";
5342 description { state: "default" 0.0;
5355 normal: "bt_sm_base2.png";
5363 program { name: "load";
5367 set_state(PART:"sb_hbar_clip", "hidden", 0.0);
5368 set_state(PART:"sb_vbar_clip", "hidden", 0.0);
5369 set_int(sbvis_h, 0);
5370 set_int(sbvis_v, 0);
5371 set_int(sbalways_v, 0);
5372 set_int(sbalways_h, 0);
5373 set_int(sbvis_timer, 0);
5376 program { name: "icon_show";
5377 signal: "elm,action,show,icon";
5379 action: STATE_SET "visible" 0.0;
5380 target: "elm.swallow.icon";
5382 program { name: "icon_hide";
5383 signal: "elm,action,hide,icon";
5385 action: STATE_SET "default" 0.0;
5386 target: "elm.swallow.icon";
5388 program { name: "end_show";
5389 signal: "elm,action,show,end";
5391 action: STATE_SET "visible" 0.0;
5392 target: "elm.swallow.end";
5394 program { name: "end_hide";
5395 signal: "elm,action,hide,end";
5397 action: STATE_SET "default" 0.0;
5398 target: "elm.swallow.end";
5400 program { name: "vbar_show";
5401 signal: "elm,action,show,vbar";
5403 action: STATE_SET "default" 0.0;
5404 target: "sb_vbar_clip_master";
5406 program { name: "vbar_hide";
5407 signal: "elm,action,hide,vbar";
5409 action: STATE_SET "hidden" 0.0;
5410 target: "sb_vbar_clip_master";
5412 program { name: "vbar_show_always";
5413 signal: "elm,action,show_always,vbar";
5417 v = get_int(sbvis_v);
5418 v |= get_int(sbalways_v);
5420 set_int(sbalways_v, 1);
5421 emit("do-show-vbar", "");
5422 set_int(sbvis_v, 1);
5426 program { name: "vbar_show_notalways";
5427 signal: "elm,action,show_notalways,vbar";
5431 v = get_int(sbalways_v);
5433 set_int(sbalways_v, 0);
5434 v = get_int(sbvis_v);
5436 emit("do-hide-vbar", "");
5437 set_int(sbvis_v, 0);
5442 program { name: "sb_vbar_show";
5443 signal: "do-show-vbar";
5445 action: STATE_SET "default" 0.0;
5446 transition: LINEAR 0.5;
5447 target: "sb_vbar_clip";
5449 program { name: "sb_vbar_hide";
5450 signal: "do-hide-vbar";
5452 action: STATE_SET "hidden" 0.0;
5453 transition: LINEAR 0.5;
5454 target: "sb_vbar_clip";
5457 program { name: "hbar_show";
5458 signal: "elm,action,show,hbar";
5460 action: STATE_SET "default" 0.0;
5461 target: "sb_hbar_clip_master";
5463 program { name: "hbar_hide";
5464 signal: "elm,action,hide,hbar";
5466 action: STATE_SET "hidden" 0.0;
5467 target: "sb_hbar_clip_master";
5469 program { name: "hbar_show_always";
5470 signal: "elm,action,show_always,hbar";
5474 v = get_int(sbvis_h);
5475 v |= get_int(sbalways_h);
5477 set_int(sbalways_h, 1);
5478 emit("do-show-hbar", "");
5479 set_int(sbvis_h, 1);
5483 program { name: "hbar_show_notalways";
5484 signal: "elm,action,show_notalways,hbar";
5488 v = get_int(sbalways_h);
5490 set_int(sbalways_h, 0);
5491 v = get_int(sbvis_h);
5493 emit("do-hide-hbar", "");
5494 set_int(sbvis_h, 0);
5499 program { name: "sb_hbar_show";
5500 signal: "do-show-hbar";
5502 action: STATE_SET "default" 0.0;
5503 transition: LINEAR 0.5;
5504 target: "sb_hbar_clip";
5506 program { name: "sb_hbar_hide";
5507 signal: "do-hide-hbar";
5509 action: STATE_SET "hidden" 0.0;
5510 transition: LINEAR 0.5;
5511 target: "sb_hbar_clip";
5514 program { name: "scroll";
5515 signal: "elm,action,scroll";
5519 v = get_int(sbvis_v);
5520 v |= get_int(sbalways_v);
5522 emit("do-show-vbar", "");
5523 set_int(sbvis_v, 1);
5525 v = get_int(sbvis_h);
5526 v |= get_int(sbalways_h);
5528 emit("do-show-hbar", "");
5529 set_int(sbvis_h, 1);
5531 v = get_int(sbvis_timer);
5532 if (v > 0) cancel_timer(v);
5533 v = timer(1.0, "timer0", 0);
5534 set_int(sbvis_timer, v);