summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2017-02-03 11:13:53 -0700
committerSamantha Houts <samantha@teamredwall.com>2017-02-03 10:13:53 -0800
commit5af224a1e7679a618149ecac2aa0d8b7eb6cb629 (patch)
tree9ff345804719d5a513fc6b6b2e92b68f48119fe0 /Xamarin.Forms.Platform.UAP
parenta67b176051196dfee3a7c1a6b88e257f84136fff (diff)
downloadxamarin-forms-5af224a1e7679a618149ecac2aa0d8b7eb6cb629.tar.gz
xamarin-forms-5af224a1e7679a618149ecac2aa0d8b7eb6cb629.tar.bz2
xamarin-forms-5af224a1e7679a618149ecac2aa0d8b7eb6cb629.zip
Fix disappearing ListView text when changing color settings on Windows (#731)
* repro * Checkpoint * Checkpoint * Remove now-unnecessary hacks for Time- and DatePicker
Diffstat (limited to 'Xamarin.Forms.Platform.UAP')
-rw-r--r--Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj9
1 files changed, 0 insertions, 9 deletions
diff --git a/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj b/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj
index ec7bca5a..b1ae854a 100644
--- a/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj
+++ b/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj
@@ -140,12 +140,6 @@
<Compile Include="..\Xamarin.Forms.Platform.WinRT\FormsComboBox.cs">
<Link>FormsComboBox.cs</Link>
</Compile>
- <Compile Include="..\Xamarin.Forms.Platform.WinRT\FormsDatePicker.cs">
- <Link>FormsDatePicker.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.WinRT\FormsTimePicker.cs">
- <Link>FormsTimePicker.cs</Link>
- </Compile>
<Compile Include="..\Xamarin.Forms.Platform.WinRT\HorizontalTextAlignmentConverter.cs">
<Link>HorizontalTextAlignmentConverter.cs</Link>
</Compile>
@@ -155,9 +149,6 @@
<Compile Include="..\Xamarin.Forms.Platform.WinRT\IToolbarProvider.cs">
<Link>IToolbarProvider.cs</Link>
</Compile>
- <Compile Include="..\Xamarin.Forms.Platform.WinRT\IWrapperAware.cs">
- <Link>IWrapperAware.cs</Link>
- </Compile>
<Compile Include="..\Xamarin.Forms.Platform.WinRT\NativeBindingExtensions.cs">
<Link>NativeBindingExtensions.cs</Link>
</Compile>