Fixing issue of corner radius 20/283720/1
authortarun.mahay <tarun.mahay@samsung.com>
Wed, 2 Nov 2022 06:34:12 +0000 (12:04 +0530)
committertarun.mahay <tarun.mahay@samsung.com>
Wed, 2 Nov 2022 06:34:12 +0000 (12:04 +0530)
Change-Id: I7940e9d9f83c300ba9ecc5e07471ef206a2fe005
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
Apps/Models/AppInfoModel.cs
TrayApplication/Models/AppInfoModel.cs
packaging/org.tizen.Apps-1.0.0.tpk
packaging/org.tizen.TrayApplication-1.0.0.tpk

index 0903e246138535b61b271b707275b6027e4b2e41..6a9ed2572d81cf1200fb37322371189348117675 100755 (executable)
@@ -58,6 +58,7 @@ namespace Apps.Models
             defaultVisual = new ImageVisual()
             {
                 URL = Resources.GetImagePath() + "default_gradient.png",
+                CornerRadius = new Vector4(12, 12, 12, 12),
             };
         }
 
@@ -69,6 +70,7 @@ namespace Apps.Models
                 EndPosition = new Vector2(0.0f, 1.0f),
                 StopColor = stopColor,
                 SpreadMethod = GradientVisualSpreadMethodType.Pad,
+                CornerRadius = new Vector4(12, 12, 12, 12),
             };
         }
 
index b16ef18e6d4546412b4c01f05e524a5b738db6e1..a908212754d46a56504c92be92e24c2895e096ed 100755 (executable)
@@ -90,6 +90,7 @@ namespace TrayApplication.Models
             defaultVisual = new ImageVisual()
             {
                 URL = Resources.GetImagePath() + "default_gradient.png",
+                CornerRadius = new Vector4(12, 12, 12, 12),
             };
         }
 
@@ -101,6 +102,7 @@ namespace TrayApplication.Models
                 EndPosition = new Vector2(0.0f, 1.0f),
                 StopColor = stopColor,
                 SpreadMethod = GradientVisualSpreadMethodType.Pad,
+                CornerRadius = new Vector4(12, 12, 12, 12),
             };
         }
 
index 8064a0e7a421c48912475558f697e4b0eb55e895..0cf6160efff2546eb258a92cec904a63836f7a40 100755 (executable)
Binary files a/packaging/org.tizen.Apps-1.0.0.tpk and b/packaging/org.tizen.Apps-1.0.0.tpk differ
index 00c1551a6ef99b545ccbbcd56fe85fc4302f1e87..5013a084cb60076cd04912a4efe828a4d58ff1fd 100755 (executable)
Binary files a/packaging/org.tizen.TrayApplication-1.0.0.tpk and b/packaging/org.tizen.TrayApplication-1.0.0.tpk differ