summaryrefslogtreecommitdiff
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-04-24 13:39:50 +0900
commit164ffa38acb59a8a762636ce350c720316255c30 (patch)
treea187e244b02930ebbc2b128d56ac04b156760828
parent8aba52dd31e29417e14df55b48a9aa5bbb2c16d9 (diff)
downloadxamarin-forms-164ffa38acb59a8a762636ce350c720316255c30.tar.gz
xamarin-forms-164ffa38acb59a8a762636ce350c720316255c30.tar.bz2
xamarin-forms-164ffa38acb59a8a762636ce350c720316255c30.zip
Change the style of GenList for ImageCell and SwitchCell
Change-Id: I3d6c8e940bd8814d2ba2ef45536142696d861611
-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";