summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen
diff options
context:
space:
mode:
authorrina6350.you <rina6350.you@samsung.com>2017-04-19 13:57:50 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:34:33 +0900
commit52bca4642e59403f11899ce146363d8fc343b8c3 (patch)
tree43a597f0d62c19d9b193b04e52f5266d0a367717 /Xamarin.Forms.Platform.Tizen
parentb88436b6fdb233a0e4d81a25aae5e9bd190cce71 (diff)
downloadxamarin-forms-52bca4642e59403f11899ce146363d8fc343b8c3.tar.gz
xamarin-forms-52bca4642e59403f11899ce146363d8fc343b8c3.tar.bz2
xamarin-forms-52bca4642e59403f11899ce146363d8fc343b8c3.zip
Change the style of GenList for ImageCell and SwitchCell
Change-Id: I3d6c8e940bd8814d2ba2ef45536142696d861611
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen')
-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";