summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Cells/SwitchCellRenderer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Cells/SwitchCellRenderer.cs')
-rwxr-xr-x[-rw-r--r--]Xamarin.Forms.Platform.Tizen/Cells/SwitchCellRenderer.cs2
1 files changed, 1 insertions, 1 deletions
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";