improve:快抽
This commit is contained in:
@@ -6,15 +6,6 @@
|
|||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Width="65" Height="45">
|
Width="65" Height="45">
|
||||||
|
|
||||||
<UserControl.Resources>
|
|
||||||
<ResourceDictionary>
|
|
||||||
<!-- 悬浮按钮资源 -->
|
|
||||||
<SolidColorBrush x:Key="QuickDrawFloatingButtonBackground" Color="#80000000"/>
|
|
||||||
<SolidColorBrush x:Key="QuickDrawFloatingButtonBorderBrush" Color="#40000000"/>
|
|
||||||
<SolidColorBrush x:Key="QuickDrawFloatingButtonIconForeground" Color="White"/>
|
|
||||||
</ResourceDictionary>
|
|
||||||
</UserControl.Resources>
|
|
||||||
|
|
||||||
<Border Background="{DynamicResource QuickDrawFloatingButtonBackground}"
|
<Border Background="{DynamicResource QuickDrawFloatingButtonBackground}"
|
||||||
CornerRadius="8"
|
CornerRadius="8"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||||
<SolidColorBrush x:Key="FloatBarBackground" Opacity="0.9" Color="#1A1C1E" />
|
<SolidColorBrush x:Key="FloatBarBackground" Opacity="0.9" Color="#1A1C1E" />
|
||||||
<SolidColorBrush x:Key="FloatBarBackgroundWithoutOpacity" Opacity="1.0" Color="Black" />
|
<SolidColorBrush x:Key="FloatBarBackgroundWithoutOpacity" Opacity="1.0" Color="Black" />
|
||||||
<SolidColorBrush x:Key="FloatBarTitleBackground" Opacity="1.0" Color="#2156c9" />
|
<SolidColorBrush x:Key="FloatBarTitleBackground" Opacity="1.0" Color="#2156c9" />
|
||||||
@@ -6,6 +6,10 @@
|
|||||||
<SolidColorBrush x:Key="FloatBarForeground" Color="White" />
|
<SolidColorBrush x:Key="FloatBarForeground" Color="White" />
|
||||||
<Color x:Key="FloatBarForegroundColor">#FFFFFFFF</Color>
|
<Color x:Key="FloatBarForegroundColor">#FFFFFFFF</Color>
|
||||||
|
|
||||||
|
<SolidColorBrush x:Key="QuickDrawFloatingButtonBackground" Color="#80000000"/>
|
||||||
|
<SolidColorBrush x:Key="QuickDrawFloatingButtonBorderBrush" Color="#40000000"/>
|
||||||
|
<SolidColorBrush x:Key="QuickDrawFloatingButtonIconForeground" Color="White"/>
|
||||||
|
|
||||||
<SolidColorBrush x:Key="SettingsPageForeground" Color="White" />
|
<SolidColorBrush x:Key="SettingsPageForeground" Color="White" />
|
||||||
<SolidColorBrush x:Key="SettingsPageAnnotationForeground" Opacity="1.0" Color="White" />
|
<SolidColorBrush x:Key="SettingsPageAnnotationForeground" Opacity="1.0" Color="White" />
|
||||||
<SolidColorBrush x:Key="SettingsPageBorderBrush" Opacity="1.0" Color="White" />
|
<SolidColorBrush x:Key="SettingsPageBorderBrush" Opacity="1.0" Color="White" />
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||||
<SolidColorBrush x:Key="FloatBarBackground" Opacity="1.0" Color="White" />
|
<SolidColorBrush x:Key="FloatBarBackground" Opacity="1.0" Color="White" />
|
||||||
<SolidColorBrush x:Key="FloatBarBackgroundWithoutOpacity" Opacity="1.0" Color="White" />
|
<SolidColorBrush x:Key="FloatBarBackgroundWithoutOpacity" Opacity="1.0" Color="White" />
|
||||||
<SolidColorBrush x:Key="FloatBarTitleBackground" Opacity="0.25" Color="#588bfc" />
|
<SolidColorBrush x:Key="FloatBarTitleBackground" Opacity="0.25" Color="#588bfc" />
|
||||||
@@ -6,6 +6,10 @@
|
|||||||
<SolidColorBrush x:Key="FloatBarForeground" Color="Black" />
|
<SolidColorBrush x:Key="FloatBarForeground" Color="Black" />
|
||||||
<Color x:Key="FloatBarForegroundColor">#FF000000</Color>
|
<Color x:Key="FloatBarForegroundColor">#FF000000</Color>
|
||||||
|
|
||||||
|
<SolidColorBrush x:Key="QuickDrawFloatingButtonBackground" Color="#CCFFFFFF"/>
|
||||||
|
<SolidColorBrush x:Key="QuickDrawFloatingButtonBorderBrush" Color="#33000000"/>
|
||||||
|
<SolidColorBrush x:Key="QuickDrawFloatingButtonIconForeground" Color="#FF000000"/>
|
||||||
|
|
||||||
<SolidColorBrush x:Key="SettingsPageForeground" Color="Black" />
|
<SolidColorBrush x:Key="SettingsPageForeground" Color="Black" />
|
||||||
<SolidColorBrush x:Key="SettingsPageAnnotationForeground" Color="#666666" />
|
<SolidColorBrush x:Key="SettingsPageAnnotationForeground" Color="#666666" />
|
||||||
<SolidColorBrush x:Key="SettingsPageBorderBrush" Opacity="0.8" Color="Black" />
|
<SolidColorBrush x:Key="SettingsPageBorderBrush" Opacity="0.8" Color="Black" />
|
||||||
|
|||||||
Reference in New Issue
Block a user