[TIZENIOT- 1842,1843] Size Adjustment of App Icons 51/241051/1 submit/tizen/20200814.112844
authorallu.k <allu.k@samsung.com>
Fri, 14 Aug 2020 06:25:17 +0000 (11:55 +0530)
committerallu.k <allu.k@samsung.com>
Fri, 14 Aug 2020 06:25:39 +0000 (11:55 +0530)
Change-Id: If9695860b6895e12fdc46a79fdf0c87aff918530

res/edje/conf.edc
res/edje/item.edc

index 25222bb6607b9a2157301c91e857b23f2dd90b84..168bbc9b7079afe464bdaa60a433fae33fc99194 100644 (file)
 #define BASE_WIDTH 1280 /**<Width of the base layout */
 #define BASE_HEIGHT 720 /**<Height of the base layout */
 
-#define CLEAR_ICON_WIDTH 48 /**<Width of the clear icon item*/
-#define CLEAR_ICON_HEIGHT 48 /**<Height of the clear icon item*/
-#define CLEAR_LINE_WIDTH 114 /**<Width of the clear icon line*/
+#define CLEAR_ICON_WIDTH 67 /**<Width of the clear icon item*/
+#define CLEAR_ICON_HEIGHT 67 /**<Height of the clear icon item*/
+#define CLEAR_LINE_WIDTH 168 /**<Width of the clear icon line*/
 #define CLEAR_LINE_HEIGHT 2 /**<Height of the clear icon line*/
 #define CLEAR_ITEM_HEIGHT CLEAR_ICON_HEIGHT /**<Height of the clear all item icon*/
 
-#define ITEM_ICON_WIDTH 100 /**<Width of the item icon*/
-#define ITEM_ICON_HEIGHT 100 /**<Height of the item icon*/
+#define ITEM_ICON_WIDTH 130 /**<Width of the item icon*/
+#define ITEM_ICON_HEIGHT 130 /**<Height of the item icon*/
 #define ITEM_LINE_HEIGHT 2 /**<Height of the item line*/
-#define ITEM_WIDTH 208 /**<Width of the entire list item*/
+#define ITEM_WIDTH 282 /**<Width of the entire list item*/
 #define ITEM_HEIGHT ITEM_ICON_HEIGHT /**<Height of the entire list item*/
 
 #define PADDING_RIGHT 170 /**<Padding from the right of the view to clear item*/
index 7f6c7f90d5acda2d734c268477e2fad6ec048d18..115b300677d6a5fad57fbd69d4e4aa547ceda928 100644 (file)
@@ -20,7 +20,7 @@
 styles {
        style {
                name: "item_style";
-               base: "font=Tizen:style=Regular font_size=18 color=#ffffff align=left style=shadow shadow_color=#000000bf wrap=mixed";
+               base: "font=Tizen:style=Regular font_size=22 color=#ffffff align=left style=shadow shadow_color=#000000bf wrap=mixed";
                tag:  "br" "\n";
                tag:  "tab" "\t";
        }
@@ -150,7 +150,7 @@ collections {
                                        rel2 { relative: 1.0 1.0; }
                                        min: PADDING_RIGHT 0;
                                        max: PADDING_RIGHT -1;
-                                       align: 1.0 0.5;
+                                       align: 0.78 0.5;
                                }
                        }
                        part {
@@ -173,8 +173,8 @@ collections {
                                description {
                                        state: "default";
                                        color: 255 255 255 255;
-                                       min: 128 CLEAR_LINE_HEIGHT;
-                                       max: 128 CLEAR_LINE_HEIGHT;
+                                       min: CLEAR_LINE_WIDTH CLEAR_LINE_HEIGHT;
+                                       max: CLEAR_LINE_WIDTH CLEAR_LINE_HEIGHT;
                                        align: 1.0 0.5;
                                }
                        }
@@ -202,7 +202,7 @@ collections {
                                        state: "default" 0.0;
                                        color: 255 255 255 255;
                                        rel1 { relative: 0.0 1.0; to: "clear_img"; }
-                                       rel2 { relative: 1.0 1.0; to: "clear_img"; offset: 0 110; }
+                                       rel2 { relative: 1.0 1.0; to: "clear_img"; offset: 0 115; }
                                        text {
                                                text: "Clear all";
                                                style: "item_style";