Support new features of Tizen.CircularUI (#188)
[platform/core/csapi/xsf.git] / src / XSF / Xamarin.Forms.Platform.Tizen / Renderers / RefreshViewRenderer.cs
index 38b7d6b..9b58aed 100644 (file)
@@ -10,7 +10,7 @@ namespace Xamarin.Forms.Platform.Tizen
        {
                public static readonly int IconSize = 48;
                static readonly Color DefaultColor = Color.FromHex("#6200EE");
-               static readonly string IconPath = "XSF.Resource.refresh_48dp.png";
+               static readonly string IconPath = "XSF.Resources.refresh_48dp.png";
 
                bool _isPlaying;
                Image _icon;