Support new features of Tizen.CircularUI (#188)
[platform/core/csapi/xsf.git] / src / XSF / Xamarin.Forms.Platform.Tizen / Native / EmbeddingControls.cs
index f50b0b3..52cee7c 100644 (file)
@@ -10,8 +10,8 @@ namespace Xamarin.Forms.Platform.Tizen.Native
 {
        public class EmbeddingControls : ContentView
        {
-               static readonly string PlayImagePath = "XSF.Resource.img_button_play.png";
-               static readonly string PauseImagePath = "XSF.Resource.img_button_pause.png";
+               static readonly string PlayImagePath = "XSF.Resources.img_button_play.png";
+               static readonly string PauseImagePath = "XSF.Resources.img_button_pause.png";
 
                public ImageButton PlayImage { get; private set; }
                public ImageButton PauseImage { get; private set; }