diff options
author | allu.k <allu.k@samsung.com> | 2020-08-19 15:50:15 +0530 |
---|---|---|
committer | allu.k <allu.k@samsung.com> | 2020-08-19 15:52:23 +0530 |
commit | c367578d2409586fd3ac00c64e33722eb07dba40 (patch) | |
tree | 16447a74272fe8dbcc4b0ef4287b50a2433320e7 | |
parent | 63a2010dd1e9e330e115eaf199ed9b8689b601f5 (diff) | |
download | taskmanager-c367578d2409586fd3ac00c64e33722eb07dba40.tar.gz taskmanager-c367578d2409586fd3ac00c64e33722eb07dba40.tar.bz2 taskmanager-c367578d2409586fd3ac00c64e33722eb07dba40.zip |
Updated api-version to 5.5 & Fixed the font of App Iconssubmit/tizen/20200819.121145
Change-Id: I427f1e0059bbda590b986ac496b376c2d43639bd
-rw-r--r-- | res/edje/box.edc | 4 | ||||
-rw-r--r-- | res/edje/item.edc | 2 | ||||
-rw-r--r-- | res/edje/layout.edc | 2 | ||||
-rwxr-xr-x | tizen-manifest.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/res/edje/box.edc b/res/edje/box.edc index 9f8c984..ca2b4a1 100644 --- a/res/edje/box.edc +++ b/res/edje/box.edc @@ -46,8 +46,8 @@ collections { description { state: "hidden" 1.0; inherit: "default" 0.0; - rel1 { relative: -1.0 0.0; } - rel2 { relative: 1.0 1.0; } + rel1 { relative: 2.0 0.5; } + rel2 { relative: 2.0 0.5; } } } } //parts diff --git a/res/edje/item.edc b/res/edje/item.edc index 115b300..44b75e0 100644 --- a/res/edje/item.edc +++ b/res/edje/item.edc @@ -20,7 +20,7 @@ styles { style { name: "item_style"; - base: "font=Tizen:style=Regular font_size=22 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"; } diff --git a/res/edje/layout.edc b/res/edje/layout.edc index fc93a14..6bab3aa 100644 --- a/res/edje/layout.edc +++ b/res/edje/layout.edc @@ -22,7 +22,7 @@ images { styles { style { name: "no_item_style"; - base: "font=Tizen:style=Bold font_size=20 color=#ffffff align=center style=shadow shadow_color=#000000bf wrap=mixed"; + base: "font=Tizen:style=Regular font_size=32 color=#ffffff align=center style=shadow shadow_color=#000000bf wrap=mixed"; tag: "br" "\n"; tag: "hilight" "+ font_weight=Bold"; tag: "b" "+ font_weight=Bold"; diff --git a/tizen-manifest.xml b/tizen-manifest.xml index 9a2a262..9c3f0bc 100755 --- a/tizen-manifest.xml +++ b/tizen-manifest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<manifest xmlns="http://tizen.org/ns/packages" api-version="4.0" package="org.tizen.task-mgr_common" version="1.0.0"> +<manifest xmlns="http://tizen.org/ns/packages" api-version="5.5" package="org.tizen.task-mgr_common" version="1.0.0"> <profile name="tizeniot"/> <ui-application appid="org.tizen.task-mgr" exec="task-mgr" multiple="false" nodisplay="true" process-pool="true" taskmanage="false" type="capp"> <label>task-mgr</label> |