Change the style of GenList for ImageCell and SwitchCell
authorrina6350.you <rina6350.you@samsung.com>
Wed, 19 Apr 2017 04:57:50 +0000 (13:57 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 24 Apr 2017 04:39:50 +0000 (13:39 +0900)
Change-Id: I3d6c8e940bd8814d2ba2ef45536142696d861611

Xamarin.Forms.Platform.Tizen/Cells/ImageCellRenderer.cs [changed mode: 0644->0755]
Xamarin.Forms.Platform.Tizen/Cells/SwitchCellRenderer.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 2bf64b4..e810cc8
@@ -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";
                }
old mode 100644 (file)
new mode 100755 (executable)
index a676478..7684f52
@@ -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";