Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
修改亚克力透明度
Browse files Browse the repository at this point in the history
  • Loading branch information
frg2089 committed Apr 28, 2020
1 parent a4bbc5e commit f4b1577
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PixivFSUWP/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ResourceDictionary.ThemeDictionaries>
<converters:MultiPageVisibilityConverter x:Name="MultiPageVisibilityConverter"/>
<converters:BookmarkHeartVisibilityConverter x:Name="BookmarkHeartVisibilityConverter"/>
<AcrylicBrush x:Name="PageBackGround" BackgroundSource="HostBackdrop" TintColor="{ThemeResource SystemAltHighColor}" TintOpacity="0.5" FallbackColor="{ThemeResource SystemAltHighColor}"/>
<AcrylicBrush x:Name="PageBackGround" BackgroundSource="HostBackdrop" TintColor="{ThemeResource SystemAltHighColor}" TintOpacity="{ThemeResource PageBackGroundTintOpacity}" FallbackColor="{ThemeResource SystemAltHighColor}"/>
<ControlTemplate x:Name="ScrollViewerScrollBarlessTemplate" TargetType="ScrollViewer">
<Grid Background="{TemplateBinding Background}">
<ScrollContentPresenter x:Name="ScrollContentPresenter" ContentTemplate="{TemplateBinding ContentTemplate}" Margin="{TemplateBinding Padding}"/>
Expand Down
1 change: 1 addition & 0 deletions PixivFSUWP/Themes/Dark.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
xmlns:local="using:PixivFSUWP.Themes">
<x:String x:Key="PixivHeader">/Assets/PixivHeader_L.png</x:String>
<x:String x:Key="PixivText">/Assets/PixivText_L.png</x:String>
<x:Double x:Key="PageBackGroundTintOpacity">0.5</x:Double>
</ResourceDictionary>
1 change: 1 addition & 0 deletions PixivFSUWP/Themes/Light.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
xmlns:local="using:PixivFSUWP.Themes">
<x:String x:Key="PixivHeader">/Assets/PixivHeader.png</x:String>
<x:String x:Key="PixivText">/Assets/PixivText.png</x:String>
<x:Double x:Key="PageBackGroundTintOpacity">0.7</x:Double>
</ResourceDictionary>

0 comments on commit f4b1577

Please sign in to comment.