#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*/
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";
}
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 {
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;
}
}
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";