Fixed issue TNINE-365,TNINE-403 32/310132/1
authorAkshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <akshat.airan@samsung.com>
Tue, 23 Apr 2024 04:08:10 +0000 (09:38 +0530)
committerAkshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <akshat.airan@samsung.com>
Tue, 23 Apr 2024 04:08:10 +0000 (09:38 +0530)
Change-Id: I303953c857c2c81cd8233e8da97cbcfd93b7676d
Signed-off-by: Akshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <akshat.airan@samsung.com>
SettingWallpaper/SettingWallpaper/CustomBorder.cs
SettingWallpaper/SettingWallpaper/Views/NoAlbumsView.cs
SettingWallpaper/SettingWallpaper/res/allowed/en-US/SettingWallpaper.resources.dll
SettingWallpaper/SettingWallpaper/res/allowed/ko-KR/SettingWallpaper.resources.dll
packaging/org.tizen.cssetting-wallpaper-1.0.0.rpk

index e40b6eda55d651e68da896d785b040658fede6fa..5a5ca5fb33b70d389845fb6c547bc951a2e93249 100644 (file)
@@ -48,7 +48,7 @@ namespace SettingWallpaper
         {
             BorderLineThickness = 0;
             ResizePolicy = Window.BorderResizePolicyType.Free;
-            MinSize = new Size2D(250, 150).SpToPx();
+            MinSize = new Size2D(320, 280).SpToPx();
         }
 
         public override bool CreateTopBorderView(View topView)
index 7c83d5db37dba443805b4956f0db8bb4bb899737..a5a92804d354a786462b69df77aadf471676c63d 100644 (file)
@@ -42,7 +42,6 @@ namespace SettingWallpaper.Views
                 StyleName = "ItemText",
                 Text = MainPage.gadgetResourceManager.GetString(nameof(LanguageResource.IDS_ALBUMS_TEXT)),
                 PixelSize = 24.SpToPx(),
-                HeightSpecification = AppCommon.albumTitleHeight,
                 BackgroundColor = Color.Transparent,
             };
             Add(albumTitle);
@@ -55,8 +54,6 @@ namespace SettingWallpaper.Views
                 Text = MainPage.gadgetResourceManager.GetString(nameof(LanguageResource.IDS_NO_ALBUMS_TEXT)),
                 PixelSize = 24.SpToPx(),
                 HorizontalAlignment = HorizontalAlignment.Center,
-                WidthSpecification = AppCommon.noAlbumsLabelWidth,
-                HeightSpecification = AppCommon.noAlbumsLabelHeight,
             };
             Add(noAlbums);
             RelativeLayout.SetVerticalAlignment(noAlbums, RelativeLayout.Alignment.Center);
index e8fe952803ddcd84d7491f017ee4826292ec071a..f5248682a17550ca9d279936bf843efed3eb5898 100644 (file)
Binary files a/SettingWallpaper/SettingWallpaper/res/allowed/en-US/SettingWallpaper.resources.dll and b/SettingWallpaper/SettingWallpaper/res/allowed/en-US/SettingWallpaper.resources.dll differ
index 157afeeb3d96400872943ccab9ed90c841931cb9..bd9418eff5bd6316ffee59e4b3a1d80adf095e6c 100644 (file)
Binary files a/SettingWallpaper/SettingWallpaper/res/allowed/ko-KR/SettingWallpaper.resources.dll and b/SettingWallpaper/SettingWallpaper/res/allowed/ko-KR/SettingWallpaper.resources.dll differ
index b93e03c873bdbaaf83b7f8c59f54d76fdd37ad42..8fa93fec8d06abb9d6577127c795b565c5ec49ed 100644 (file)
Binary files a/packaging/org.tizen.cssetting-wallpaper-1.0.0.rpk and b/packaging/org.tizen.cssetting-wallpaper-1.0.0.rpk differ