diff options
author | Kangho Hur <kangho.hur@samsung.com> | 2017-11-03 13:31:09 +0900 |
---|---|---|
committer | Kangho Hur <kangho.hur@samsung.com> | 2017-11-03 13:31:09 +0900 |
commit | a56cc3e16a9dd3ef68f2257cd04c0327595a82c0 (patch) | |
tree | fed076d48330df8b1cc53c2b89b4136f72b48889 /Xamarin.Forms.Platform.Tizen/Native/CircleListView.cs | |
parent | 8a21cd47f472096b987a18fa0cc21cd1199f80d1 (diff) | |
download | xamarin-forms-tizen.tar.gz xamarin-forms-tizen.tar.bz2 xamarin-forms-tizen.zip |
Remove ElmSharp.Wearable dependencies on rendererstizen
Change-Id: I1a89703770fccad795b433144e89a9c9a5d867a0
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Native/CircleListView.cs')
-rwxr-xr-x | Xamarin.Forms.Platform.Tizen/Native/CircleListView.cs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Native/CircleListView.cs b/Xamarin.Forms.Platform.Tizen/Native/CircleListView.cs deleted file mode 100755 index 231896a3..00000000 --- a/Xamarin.Forms.Platform.Tizen/Native/CircleListView.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using ElmSharp; -using ElmSharp.Wearable; - -namespace Xamarin.Forms.Platform.Tizen.Native -{ - public class CircleListView : ListView - { - CircleGenList _circleGenList; - - public CircleListView(EvasObject parent) : base(parent) { } - - protected override IntPtr CreateHandle(EvasObject parent) - { - _circleGenList = new CircleGenList(parent); - RealHandle = _circleGenList.RealHandle; - return _circleGenList; - } - } -}
\ No newline at end of file |