Merge "Add DropdownList" into tizen
authorKangho Hur <kangho.hur@samsung.com>
Thu, 23 Mar 2017 03:12:41 +0000 (20:12 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 23 Mar 2017 03:12:41 +0000 (20:12 -0700)
1  2 
Tizen.Xamarin.Forms.Extension.Renderer/Tizen.Xamarin.Forms.Extension.Renderer.csproj
Tizen.Xamarin.Forms.Extension/Tizen.Xamarin.Forms.Extension.csproj

index e0cb954,189cdc6..dace14b
mode 100755,100644..100755
@@@ -38,6 -38,7 +38,7 @@@
    <ItemGroup>\r
      <Compile Include="ColorPickerViewRenderer.cs" />\r
      <Compile Include="MediaViewRenderer.cs" />\r
+     <Compile Include="DropdownListRenderer.cs" />\r
      <Compile Include="BackgroundRenderer.cs" />\r
      <Compile Include="Cells\DoubleLabelCellRenderer.cs" />\r
      <Compile Include="Cells\GridViewCellRenderer.cs" />\r
@@@ -45,7 -46,6 +46,7 @@@
      <Compile Include="Cells\MultilineCellRenderer.cs" />\r
      <Compile Include="Cells\TypeCellRenderer.cs" />\r
      <Compile Include="LongTapGestureHandler.cs" />\r
 +    <Compile Include="FloatingButtonImplementation.cs" />\r
      <Compile Include="RadioButtonRenderer.cs" />\r
      <Compile Include="GridViewRenderer.cs" />\r
      <Compile Include="TizenExtension.cs" />\r
      <Compile Include="Cells\BaseTypeCell.cs" />\r
      <Compile Include="Cells\MultilineCell.cs" />\r
      <Compile Include="EnumerableExtensions.cs" />\r
 +    <Compile Include="FloatingButtonItem.cs" />\r
 +    <Compile Include="FloatingButtonMovablePosition.cs" />\r
 +    <Compile Include="IFloatingButton.cs" />\r
 +    <Compile Include="FloatingButton.cs" />\r
 +    <Compile Include="FloatingButtonPosition.cs" />\r
      <Compile Include="GridView.cs" />\r
      <Compile Include="GridViewEnums.cs" />\r
      <Compile Include="GridViewEventArgs.cs" />\r
@@@ -80,6 -75,7 +80,7 @@@
      <Compile Include="LongTapGestureRecognizer.cs" />\r
      <Compile Include="LongTapUpdatedEventArgs.cs" />\r
      <Compile Include="Properties\AssemblyInfo.cs" />\r
+     <Compile Include="DropdownList.cs" />\r
      <Compile Include="RadioButton.cs" />\r
      <Compile Include="SelectedEventArgs.cs" />\r
      <Compile Include="ReadOnlyListAdapter.cs" />\r