state: "default" 0.0;
rel1 { relative: 0.0 0.0; }
rel2 { relative: 1.0 1.0; }
- min: BASE_WIDTH BASE_HEIGHT;
color: 0 0 0 0;
}
}
state: "default" 0.0;
rel1 { relative: 0.0 0.0; }
rel2 { relative: 1.0 1.0; }
- align: 0.0 0.5;
+ align: 1.0 0.5;
}
description {
state: "hidden" 1.0;
#define BASE_WIDTH 1280 /**<Width of the base layout */
#define BASE_HEIGHT 720 /**<Height of the base layout */
-#define CLEAR_ICON_WIDTH 62 /**<Width of the clear icon item*/
-#define CLEAR_ICON_HEIGHT 62 /**<Height of the clear icon item*/
+#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_LINE_HEIGHT 2 /**<Height of the clear icon line*/
-#define CLEAR_ITEM_WIDTH 142 /**<Width of the clear all item icon*/
#define CLEAR_ITEM_HEIGHT CLEAR_ICON_HEIGHT /**<Height of the clear all item icon*/
-#define ITEM_ICON_WIDTH 118 /**<Width of the item icon*/
-#define ITEM_ICON_HEIGHT 118 /**<Height of the item icon*/
-#define ITEM_LINE_WIDTH 114 /**<Width of the item line*/
+#define ITEM_ICON_WIDTH 100 /**<Width of the item icon*/
+#define ITEM_ICON_HEIGHT 100 /**<Height of the item icon*/
#define ITEM_LINE_HEIGHT 2 /**<Height of the item line*/
-#define ITEM_WIDTH 232 /**<Width of the entire list item*/
+#define ITEM_WIDTH 208 /**<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=27 color=#ffffff align=left style=shadow shadow_color=#000000bf wrap=mixed";
+ base: "font=Tizen:style=Regular font_size=18 color=#ffffff align=left style=shadow shadow_color=#000000bf wrap=mixed";
tag: "br" "\n";
tag: "tab" "\t";
}
description {
state: "default";
color: 255 255 255 255;
- align: 0.0 0.5;
+ align: 1.0 0.5;
min: 0 CLEAR_LINE_HEIGHT;
max: -1 CLEAR_LINE_HEIGHT;
}
min: ITEM_ICON_WIDTH ITEM_ICON_HEIGHT;
max: ITEM_ICON_WIDTH ITEM_ICON_HEIGHT;
fixed: 1 1;
- align: 1.0 0.5;
+ align: 0.0 0.5;
}
}
part {
description {
state: "default";
color: 255 255 255 255;
- min: 120 CLEAR_LINE_HEIGHT;
- max: 120 CLEAR_LINE_HEIGHT;
- align: 0.0 0.5;
+ min: 128 CLEAR_LINE_HEIGHT;
+ max: 128 CLEAR_LINE_HEIGHT;
+ align: 1.0 0.5;
}
}
part {
scale: 1;
description {
state: "default" 0.0;
- rel1 { relative: 0.0 0.0; to: "bg"; }
- rel2 { relative: 1.0 1.0; to: "bg"; }
+ rel1 { relative: 0.0 0.0; to: "padding.right"; }
+ rel2 { relative: 1.0 1.0; to: "padding.right"; }
image {
normal: "clear_all_button_icon.png";
}
min: CLEAR_ICON_WIDTH CLEAR_ICON_HEIGHT;
max: CLEAR_ICON_WIDTH CLEAR_ICON_HEIGHT;
- align: 1.0 0.5;
+ align: 0.0 0.5;
fixed: 1 1;
}
}
#include "conf.edc"
+images {
+ image: "bg.png" COMP;
+}
styles {
style {
name: "no_item_style";
- base: "font=Tizen:style=Bold font_size=30 color=#ffffff align=center style=shadow shadow_color=#000000bf wrap=mixed";
+ base: "font=Tizen:style=Bold font_size=20 color=#ffffff align=center style=shadow shadow_color=#000000bf wrap=mixed";
tag: "br" "\n";
tag: "hilight" "+ font_weight=Bold";
tag: "b" "+ font_weight=Bold";
parts {
part {
name: "bg";
- type: RECT;
+ type: IMAGE;
scale: 1;
description {
state: "default" 0.0;
- color: 0 0 0 BG_COLOR;
rel1 { relative: 0.0 0.0; }
rel2 { relative: 1.0 1.0; }
- min: BASE_WIDTH BASE_HEIGHT;
+ image { normal: "bg.png"; }
visible: 1;
}
}
state: "default" 0.0;
rel1 { relative: 0.0 0.0; to: "bg"; }
rel2 { relative: 1.0 1.0; to: "bg"; }
- align: 0.5 1.0;
visible: 1;
}
}
msgid "IDS_TASKMGR_NPBODY_NO_RECENTLY_USED_APPS"
-msgstr "No applications"
+msgstr "No recently used apps."
msgid "IDS_TASKMGR_BUTTON_CLOSE_ALL_ABB2"
msgstr "Clear all"
msgid "IDS_TASKMGR_NPBODY_NO_RECENTLY_USED_APPS"
-msgstr "No application"
+msgstr "No recently used apps."
msgid "IDS_TASKMGR_BUTTON_CLOSE_ALL_ABB2"
msgstr "Clear all"
msgid "IDS_TASKMGR_NPBODY_NO_RECENTLY_USED_APPS"
-msgstr "No application"
+msgstr "No recently used apps."
msgid "IDS_TASKMGR_BUTTON_CLOSE_ALL_ABB2"
msgstr "Clear all"
msgid "IDS_TASKMGR_NPBODY_NO_RECENTLY_USED_APPS"
-msgstr "No application"
+msgstr "No recently used apps."
msgid "IDS_TASKMGR_BUTTON_CLOSE_ALL_ABB2"
msgstr "Clear all"
_E("Fail to create clear all button");
return ECORE_CALLBACK_CANCEL;
}
-
+ scroller_push_item(main_info.scroller, clear_item);
if (TASK_MGR_ERROR_NONE != scroller_push_all_item(main_info.scroller, main_info.pkg_list)) {
_E("scroller_push_all_item failed");
}
- scroller_push_item(main_info.scroller, clear_item);
END:
evas_object_data_del(main_info.win, PRIVATE_DATA_KEY_LIST_TIMER);
return NULL;
}
elm_box_horizontal_set(box, EINA_TRUE);
- elm_box_align_set(box, 0.0, 0.5);
+ elm_box_align_set(box, 1.0, 0.5);
elm_object_part_content_set(box_layout, BOX_GROUP_NAME, box);
evas_object_show(box);
main_get_info()->box = box;