summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
diff options
context:
space:
mode:
authorJames Clancey <james.clancey@gmail.com>2017-04-06 09:54:00 -0800
committerRui Marinho <me@ruimarinho.net>2017-04-06 18:54:00 +0100
commit3d9d1d3d222c8b4edaa1cf28e7ad102e8e341eed (patch)
tree3253141a823109090922b87c69d61088f3f5ccc2 /Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
parent425fafb05723a299a5eaa0f6d801f87bdf7141fa (diff)
downloadxamarin-forms-3d9d1d3d222c8b4edaa1cf28e7ad102e8e341eed.tar.gz
xamarin-forms-3d9d1d3d222c8b4edaa1cf28e7ad102e8e341eed.tar.bz2
xamarin-forms-3d9d1d3d222c8b4edaa1cf28e7ad102e8e341eed.zip
Added Section indexes when FastScrolled is enabled (#850)
* Added Section indexes when FastScrolled is enabled * Moved the GroupListAdapater to its own file * Renamed Setup to ValidateSectionData
Diffstat (limited to 'Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj')
-rw-r--r--Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj b/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
index e57a501d..bf5344ff 100644
--- a/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
+++ b/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
@@ -255,6 +255,7 @@
<Compile Include="Extensions\NativeBindingExtensions.cs" />
<Compile Include="NativeValueConverterService.cs" />
<Compile Include="NativeBindingservice.cs" />
+ <Compile Include="Renderers\GroupedListViewAdapter.cs" />
<Compile Include="FastRenderers\ImageRenderer.cs" />
<Compile Include="Extensions\ImageViewExtensions.cs" />
</ItemGroup>