Merge "Rename ColorPickerView to ColorSelector" into tizen
authorKangho Hur <kangho.hur@samsung.com>
Thu, 23 Mar 2017 04:46:46 +0000 (21:46 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 23 Mar 2017 04:46:46 +0000 (21:46 -0700)
1  2 
Tizen.Xamarin.Forms.Extension.Renderer/Tizen.Xamarin.Forms.Extension.Renderer.csproj
Tizen.Xamarin.Forms.Extension/Tizen.Xamarin.Forms.Extension.csproj

      <WarningLevel>4</WarningLevel>\r
    </PropertyGroup>\r
    <ItemGroup>\r
-     <Compile Include="ColorPickerViewRenderer.cs" />\r
+     <Compile Include="ColorSelectorRenderer.cs" />\r
      <Compile Include="MediaViewRenderer.cs" />\r
      <Compile Include="DropdownListRenderer.cs" />\r
      <Compile Include="BackgroundRenderer.cs" />\r
 +    <Compile Include="CalendarViewRenderer.cs" />\r
      <Compile Include="Cells\DoubleLabelCellRenderer.cs" />\r
      <Compile Include="Cells\GridViewCellRenderer.cs" />\r
      <Compile Include="Cells\GridViewTypeCellRenderer.cs" />\r
      <Compile Include="Cells\MultilineCellRenderer.cs" />\r
      <Compile Include="Cells\TypeCellRenderer.cs" />\r
 +    <Compile Include="DialogImplementation.cs" />\r
      <Compile Include="LongTapGestureHandler.cs" />\r
      <Compile Include="FloatingButtonImplementation.cs" />\r
      <Compile Include="DateTimeViewRenderer.cs" />\r
@@@ -85,4 -83,4 +85,4 @@@
      <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>\r
      <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>\r
    </PropertyGroup>\r
 -</Project>
 +</Project>\r
    </PropertyGroup>\r
    <ItemGroup>\r
      <Compile Include="ColorChangedEventArgs.cs" />\r
-     <Compile Include="ColorPickerView.cs" />\r
+     <Compile Include="ColorSelector.cs" />\r
      <Compile Include="IMediaViewController.cs" />\r
      <Compile Include="MediaView.cs" />\r
      <Compile Include="Background.cs" />\r
      <Compile Include="BackgroundOptions.cs" />\r
 +    <Compile Include="CalendarView.cs" />\r
      <Compile Include="Cells\GridViewCell.cs" />\r
      <Compile Include="Cells\Type1Cell.cs" />\r
      <Compile Include="Cells\DoubleLabelCell.cs" />\r
@@@ -67,7 -66,6 +67,7 @@@
      <Compile Include="Cells\BaseTypeCell.cs" />\r
      <Compile Include="Cells\MultilineCell.cs" />\r
      <Compile Include="DateTimeView.cs" />\r
 +    <Compile Include="Dialog.cs" />\r
      <Compile Include="EnumerableExtensions.cs" />\r
      <Compile Include="FloatingButtonItem.cs" />\r
      <Compile Include="FloatingButtonMovablePosition.cs" />\r
@@@ -77,7 -75,6 +77,7 @@@
      <Compile Include="GridView.cs" />\r
      <Compile Include="GridViewEnums.cs" />\r
      <Compile Include="GridViewEventArgs.cs" />\r
 +    <Compile Include="IDialog.cs" />\r
      <Compile Include="ILongTapGestureController.cs" />\r
      <Compile Include="ItemsView.cs" />\r
      <Compile Include="IToast.cs" />\r