From 5cf26aa5b5d36d4ca5c3509d1c0c7738d99c0c32 Mon Sep 17 00:00:00 2001 From: Betta_Fish Date: Sat, 24 Feb 2024 20:49:45 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=A4=8DRelease=E4=B8=8B?= =?UTF-8?q?=E9=83=A8=E5=88=86XAML=E6=97=A0=E6=B3=95=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FluentWeather.Uwp/Pages/MainPage.xaml | 27 ++++++++++++++++++--- FluentWeather.Uwp/Properties/Default.rd.xml | 2 ++ FluentWeather.Uwp/Themes/Generic.xaml | 5 ++++ 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/FluentWeather.Uwp/Pages/MainPage.xaml b/FluentWeather.Uwp/Pages/MainPage.xaml index 33e7c21..a0cf03d 100644 --- a/FluentWeather.Uwp/Pages/MainPage.xaml +++ b/FluentWeather.Uwp/Pages/MainPage.xaml @@ -75,7 +75,18 @@ PropertyName="Visibility" TargetObject="{x:Bind MainContentContainer}" Value="Visible" /> - + + + + + + + @@ -388,8 +399,18 @@ - - + + + + + + + + + diff --git a/FluentWeather.Uwp/Themes/Generic.xaml b/FluentWeather.Uwp/Themes/Generic.xaml index c535ec4..7419ca9 100644 --- a/FluentWeather.Uwp/Themes/Generic.xaml +++ b/FluentWeather.Uwp/Themes/Generic.xaml @@ -3,6 +3,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:converters="using:FluentWeather.Uwp.Helpers.ValueConverters" + xmlns:animations="using:Microsoft.Toolkit.Uwp.UI.Animations" xmlns:local="using:FluentWeather.Uwp.Themes" xmlns:models="using:FluentWeather.Abstraction.Models"> @@ -1117,4 +1118,8 @@ + + + +