summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP/Resources.xaml
diff options
context:
space:
mode:
authorPaul DiPietro <pauldipietro@users.noreply.github.com>2017-03-14 06:00:10 -0500
committerRui Marinho <me@ruimarinho.net>2017-03-14 11:00:10 +0000
commit83fd2751e6939eb76a4ecd8b098144afaa2d289f (patch)
treec0875957260af9107e49b09f82911893157716f3 /Xamarin.Forms.Platform.UAP/Resources.xaml
parent05f0f7610f197ccc862e5a815376c3cd93d0efe8 (diff)
downloadxamarin-forms-83fd2751e6939eb76a4ecd8b098144afaa2d289f.tar.gz
xamarin-forms-83fd2751e6939eb76a4ecd8b098144afaa2d289f.tar.bz2
xamarin-forms-83fd2751e6939eb76a4ecd8b098144afaa2d289f.zip
[WinRT/UWP] Fix Opacity behavior with ProgressBar (#695)
* [WinRT/UWP] Fix Opacity behavior with ProgressBar * Update .nuspec * Further update .nuspec * Adjust .csproj line to fix Mac build
Diffstat (limited to 'Xamarin.Forms.Platform.UAP/Resources.xaml')
-rw-r--r--Xamarin.Forms.Platform.UAP/Resources.xaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.UAP/Resources.xaml b/Xamarin.Forms.Platform.UAP/Resources.xaml
index 1ec6be7c..16500459 100644
--- a/Xamarin.Forms.Platform.UAP/Resources.xaml
+++ b/Xamarin.Forms.Platform.UAP/Resources.xaml
@@ -7,6 +7,7 @@
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="FormsCommandBarStyle.xaml" />
<ResourceDictionary Source="PageControlStyle.xaml" />
+ <ResourceDictionary Source="FormsProgressBarStyle.xaml" />
<ResourceDictionary Source="FormsTextBoxStyle.xaml" />
<ResourceDictionary Source="AutoSuggestStyle.xaml" />
<ResourceDictionary Source="MasterDetailControlStyle.xaml" />