usb popup : add text font size 82/110782/2
authorlokilee73 <changjoo.lee@samsung.com>
Wed, 18 Jan 2017 05:00:19 +0000 (14:00 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Wed, 18 Jan 2017 05:07:36 +0000 (14:07 +0900)
Change-Id: I02270b8bcb5a3c14a57cd4a8ae1f10ec4c0e9bab
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/usb/usb-popup.edc

index 2b60f6e..600a362 100755 (executable)
@@ -24,10 +24,15 @@ collections {
        #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";
              }
@@ -89,6 +94,7 @@ collections {
              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;