Add Style to VisualElement as TizenSpecific
authorKangho Hur <kangho.hur@samsung.com>
Wed, 8 Feb 2017 05:54:28 +0000 (14:54 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 10 Jul 2017 02:11:19 +0000 (11:11 +0900)
commit45730855f3b727390f6fd7b861a1cfcc3c37cc5d
treee381c0255084e9fb06a6f4c800e740487ee262b0
parent8e3a10205219ff6c4ad273a700f749b271e213ed
Add Style to VisualElement as TizenSpecific

- Implement the change proposed in RFC-17

Change-Id: I96431b3a32358be6f32e7acdeb0cbc6a27a98ec4
Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/ButtonStyle.cs [deleted file]
Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/ProgressBar.cs
Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/StyleValues.cs [new file with mode: 0644]
Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/Switch.cs [deleted file]
Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/SwitchStyle.cs [deleted file]
Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/VisualElement.cs [new file with mode: 0644]
Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
Xamarin.Forms.Platform.Tizen/Renderers/ButtonRenderer.cs
Xamarin.Forms.Platform.Tizen/Renderers/ProgressBarRenderer.cs
Xamarin.Forms.Platform.Tizen/Renderers/SwitchRenderer.cs
Xamarin.Forms.Platform.Tizen/Renderers/VisualElementRenderer.cs