#define POPUP_CHECK_VIEW_LAYOUT_BOTTOM_MIN_INC 0 90
#define POPUP_CHECK_VIEW_SWALLOW_END_MIN_INC 50 50
+ #define POPUP_TEXT_FONT_SIZE0 40
+ #define POPUP_TEXT_FONT_SIZE1 30
+ #define POPUP_TEXT_FONT_SIZE2 24
+ #define POPUP_TEXT_FONT_SIZE3 27
+
group { name: "popup_checkview_layout";
styles {
style { name: "popup_content_style";
- base: "font=Tizen:style=Regular align=left font_size="POPUP_TEXT_FONT_SIZE1" color=#000000 wrap=mixed ellipsis=1.0 text_class=tizen";
+ base: "font=Tizen:style=Regular align=left font_size="POPUP_TEXT_FONT_SIZE1" color=#000000 wrap=mixed ellipsis=-1.0 text_class=tizen";
tag: "br" "\n";
tag: "tab" "\t";
}
part { name: "elm.swallow.end";
type: SWALLOW;
scale: 1;
+ multiline: 1;
description { state: "default" 0.0;
align: 0.0 0.5;
min: POPUP_CHECK_VIEW_SWALLOW_END_MIN_INC;