summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2016-08-03 10:07:50 +0100
committerJason Smith <jason.smith@xamarin.com>2016-08-03 02:07:50 -0700
commit671d9466400acc7bd9bc7db45f550b2a4c6cb596 (patch)
tree7a815b402961e62304832400ec430dc7c69f6022 /Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
parent23614ca8c6cc78cb2b1df91977fd539a9fa159df (diff)
downloadxamarin-forms-671d9466400acc7bd9bc7db45f550b2a4c6cb596.tar.gz
xamarin-forms-671d9466400acc7bd9bc7db45f550b2a4c6cb596.tar.bz2
xamarin-forms-671d9466400acc7bd9bc7db45f550b2a4c6cb596.zip
Fix bugzilla41209 (#216)
* [Android] Add custom FormsSeekbar to handle invalid pressed states send by other views * [Controls] Fix sample , error only occurs with transparent background
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 0af74ad8..35367397 100644
--- a/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
+++ b/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
@@ -239,6 +239,7 @@
<Compile Include="AppCompat\CarouselPageRenderer.cs" />
<Compile Include="AppCompat\FormsFragmentPagerAdapter.cs" />
<Compile Include="AndroidAppIndexProvider.cs" />
+ <Compile Include="Renderers\FormsSeekBar.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.