summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]Xamarin.Forms.Platform.Tizen/Cells/ImageCellRenderer.cs2
-rwxr-xr-x[-rw-r--r--]Xamarin.Forms.Platform.Tizen/Cells/SwitchCellRenderer.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Cells/ImageCellRenderer.cs b/Xamarin.Forms.Platform.Tizen/Cells/ImageCellRenderer.cs
index 2bf64b4c..e810cc8e 100644..100755
--- a/Xamarin.Forms.Platform.Tizen/Cells/ImageCellRenderer.cs
+++ b/Xamarin.Forms.Platform.Tizen/Cells/ImageCellRenderer.cs
@@ -8,7 +8,7 @@ namespace Xamarin.Forms.Platform.Tizen
const int _defaultHeight = 55;
Dictionary<EvasObject, Native.Image> _realizedViews = new Dictionary<EvasObject, Native.Image>();
- public ImageCellRenderer() : this("type1")
+ public ImageCellRenderer() : this("default")
{
ImagePart = "elm.swallow.icon";
}
diff --git a/Xamarin.Forms.Platform.Tizen/Cells/SwitchCellRenderer.cs b/Xamarin.Forms.Platform.Tizen/Cells/SwitchCellRenderer.cs
index a6764781..7684f528 100644..100755
--- a/Xamarin.Forms.Platform.Tizen/Cells/SwitchCellRenderer.cs
+++ b/Xamarin.Forms.Platform.Tizen/Cells/SwitchCellRenderer.cs
@@ -11,7 +11,7 @@ namespace Xamarin.Forms.Platform.Tizen
{
}
- public SwitchCellRenderer() : this("end_icon")
+ public SwitchCellRenderer() : this("default")
{
MainPart = "elm.text";
SwitchPart = "elm.swallow.end";