From 3ca387a3ffb27279fc0c77d41199f5f5c5ea3372 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Soucy Date: Mon, 29 May 2023 11:57:53 -0400 Subject: [PATCH 1/2] feat(ProgressBar): Progress bars style can now be overrided using lightweight styling --- .../Styles/Controls/v2/ProgressBar.xaml | 39 +++++++++++++++---- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/src/library/Uno.Material/Styles/Controls/v2/ProgressBar.xaml b/src/library/Uno.Material/Styles/Controls/v2/ProgressBar.xaml index 889d81508..667343103 100644 --- a/src/library/Uno.Material/Styles/Controls/v2/ProgressBar.xaml +++ b/src/library/Uno.Material/Styles/Controls/v2/ProgressBar.xaml @@ -5,19 +5,44 @@ xmlns:muxc="using:Microsoft.UI.Xaml.Controls" mc:Ignorable="d"> - 250 - 4 - + 250 + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + From 78d8992f3a4c3bd2c5707b55ffcbdd2cbebb09be Mon Sep 17 00:00:00 2001 From: Marc-Antoine Soucy Date: Mon, 5 Jun 2023 09:30:33 -0400 Subject: [PATCH 2/2] feat(ProgressBar): Progress bars style can now be overrided using lightweight styling --- .../Styles/Controls/v2/ProgressBar.xaml | 72 +++++++------------ 1 file changed, 27 insertions(+), 45 deletions(-) diff --git a/src/library/Uno.Material/Styles/Controls/v2/ProgressBar.xaml b/src/library/Uno.Material/Styles/Controls/v2/ProgressBar.xaml index 667343103..c00f59697 100644 --- a/src/library/Uno.Material/Styles/Controls/v2/ProgressBar.xaml +++ b/src/library/Uno.Material/Styles/Controls/v2/ProgressBar.xaml @@ -1,48 +1,30 @@  - - 250 - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:muxc="using:Microsoft.UI.Xaml.Controls" + mc:Ignorable="d"> + + + + + + + + + + + + + 250 + 4 + +