summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@gmail.com>2017-01-25 11:54:54 -0700
committerRui Marinho <me@ruimarinho.net>2017-02-17 11:11:46 +0000
commit2ad9cb93f47f46fcb0584370ab8c297b20912718 (patch)
tree96868b61a3a9da1fa98ce4bb0d74e7d0c61e76c8 /Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
parenta1c7f9909a16d3253d9afd5cb2e1a839c6fb5a8c (diff)
downloadxamarin-forms-2ad9cb93f47f46fcb0584370ab8c297b20912718.tar.gz
xamarin-forms-2ad9cb93f47f46fcb0584370ab8c297b20912718.tar.bz2
xamarin-forms-2ad9cb93f47f46fcb0584370ab8c297b20912718.zip
Add localized listener for Android numeric input
Diffstat (limited to 'Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj')
-rw-r--r--Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj5
1 files changed, 2 insertions, 3 deletions
diff --git a/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj b/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
index b622ecb4..89cf67e0 100644
--- a/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
+++ b/Xamarin.Forms.Platform.Android/Xamarin.Forms.Platform.Android.csproj
@@ -172,6 +172,7 @@
<Compile Include="Renderers\KeyboardExtensions.cs" />
<Compile Include="AppCompat\PickerRenderer.cs" />
<Compile Include="AppCompat\ViewRenderer.cs" />
+ <Compile Include="Renderers\LocalizedDigitsKeyListener.cs" />
<Compile Include="Renderers\MasterDetailContainer.cs" />
<Compile Include="Renderers\PageContainer.cs" />
<Compile Include="Renderers\ScrollViewContainer.cs" />
@@ -266,9 +267,7 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
- <ItemGroup>
- <Folder Include="Extensions\" />
- </ItemGroup>
+ <ItemGroup />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Import Project="..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">