[NUI] Update the default size of Loading (#1623)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / PreloadStyle / WearableTheme.cs
index 7f270eb..79f1324 100644 (file)
@@ -122,5 +122,13 @@ namespace Tizen.NUI.Components
                 },
             };
         }
+
+        protected override LoadingStyle GetLoadingStyle()
+        {
+            return new LoadingStyle
+            {
+                LoadingSize = new Size(360, 360)
+            };
+        }
     }
 }