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 eca4bd4 commit a4bbc5e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions PixivFSUWP/IllustDetailPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</Ellipse.Fill>
</Ellipse>
<TextBlock x:Name="txtAuthor" Margin="10,0" Grid.Column="1" FontSize="16" FontWeight="Bold" VerticalAlignment="Bottom"/>
<TextBlock x:Name="txtAuthorAccount" Margin="10,0" Grid.Row="1" Grid.Column="1" FontSize="14" Foreground="Gray" VerticalAlignment="Top"/>
<TextBlock x:Name="txtAuthorAccount" Margin="10,0" Grid.Row="1" Grid.Column="1" FontSize="14" Foreground="{ThemeResource SystemChromeDisabledLowColor}" VerticalAlignment="Top"/>
</Grid>
</Button>
<Button Style="{StaticResource ButtonRevealStyle}" x:Name="btnPlay" Click="BtnPlay_Click"
Expand Down Expand Up @@ -137,7 +137,7 @@
<TextBox TextWrapping="Wrap" AcceptsReturn="True" x:Name="txtComment" Height="80" PlaceholderText="编写评论..."/>
<StackPanel Margin="0 5 0 0" Orientation="Horizontal">
<Button x:Name="btnPublishComment" Click="btnPublishComment_Click">发表评论</Button>
<TextBlock Margin="5 0 0 0" VerticalAlignment="Center" FontSize="12" Foreground="Gray">*请带着鼓励和建设性的态度发表评论</TextBlock>
<TextBlock Margin="5 0 0 0" VerticalAlignment="Center" FontSize="12" Foreground="{ThemeResource SystemChromeDisabledLowColor}">*请带着鼓励和建设性的态度发表评论</TextBlock>
</StackPanel>
</StackPanel>
<ListView x:Name="listComments" Margin="0,15" IncrementalLoadingTrigger="None" SelectionMode="None"
Expand Down Expand Up @@ -170,10 +170,10 @@
</Ellipse.Fill>
</Ellipse>
<TextBlock Margin="5,0" Grid.Column="1" FontSize="14" FontWeight="Bold" VerticalAlignment="Bottom" Text="{Binding UserName}"/>
<TextBlock Margin="5,0" Grid.Row="1" Grid.Column="1" FontSize="12" Foreground="Gray" VerticalAlignment="Top" Text="{Binding UserAccount}"/>
<TextBlock Margin="5,0" Grid.Row="1" Grid.Column="1" FontSize="12" Foreground="{ThemeResource SystemChromeDisabledLowColor}" VerticalAlignment="Top" Text="{Binding UserAccount}"/>
</Grid>
<TextBlock Grid.Row="1" Margin="0,5,0,0" Text="{Binding Comment}" TextWrapping="WrapWholeWords"/>
<TextBlock Grid.Row="2" Margin="0,3,0,0" Text="{Binding DateTime}" FontSize="12" Foreground="Gray"/>
<TextBlock Grid.Row="2" Margin="0,3,0,0" Text="{Binding DateTime}" FontSize="12" Foreground="{ThemeResource SystemChromeDisabledLowColor}"/>
<ListView Grid.Row="3" Margin="10,5,0,0" Visibility="{Binding ChildrenComments,Converter={StaticResource ChildrenCommentVisibilityConverter}}"
ItemsSource="{Binding ChildrenComments}" SelectionMode="None"
ScrollViewer.VerticalScrollMode="Disabled" ScrollViewer.HorizontalScrollMode="Disabled">
Expand Down Expand Up @@ -201,10 +201,10 @@
</Ellipse.Fill>
</Ellipse>
<TextBlock Margin="5,0" Grid.Column="1" FontSize="14" FontWeight="Bold" VerticalAlignment="Bottom" Text="{Binding UserName}"/>
<TextBlock Margin="5,0" Grid.Row="1" Grid.Column="1" FontSize="12" Foreground="Gray" VerticalAlignment="Top" Text="{Binding UserAccount}"/>
<TextBlock Margin="5,0" Grid.Row="1" Grid.Column="1" FontSize="12" Foreground="{ThemeResource SystemChromeDisabledLowColor}" VerticalAlignment="Top" Text="{Binding UserAccount}"/>
</Grid>
<TextBlock Grid.Row="1" Text="{Binding Comment}" TextWrapping="WrapWholeWords"/>
<TextBlock Grid.Row="2" Margin="0,3,0,0" Text="{Binding DateTime}" FontSize="12" Foreground="Gray"/>
<TextBlock Grid.Row="2" Margin="0,3,0,0" Text="{Binding DateTime}" FontSize="12" Foreground="{ThemeResource SystemChromeDisabledLowColor}"/>
</Grid>
</Border>
</DataTemplate>
Expand Down
2 changes: 1 addition & 1 deletion PixivFSUWP/SearchPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
</Grid>
<StackPanel Margin="0 10 0 0" HorizontalAlignment="Left" Orientation="Horizontal">
<TextBlock FontSize="14" FontWeight="Bold" x:Uid="TrendingTags"/>
<TextBlock Margin="5 0 0 0" FontSize="12" Foreground="Gray" VerticalAlignment="Bottom" x:Uid="TagWarning"/>
<TextBlock Margin="5 0 0 0" FontSize="12" Foreground="{ThemeResource SystemChromeDisabledLowColor}" VerticalAlignment="Bottom" x:Uid="TagWarning"/>
</StackPanel>
<ItemsControl x:Name="panelTags" Margin="0 5 0 0">
<ItemsControl.ItemTemplate>
Expand Down
6 changes: 3 additions & 3 deletions PixivFSUWP/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</Ellipse.Fill>
</Ellipse>
<TextBlock Text="{Binding DisplayName}" Margin="10,0" Grid.Column="1" VerticalAlignment="Bottom"/>
<TextBlock Text="{Binding Account}" Margin="10,0" Grid.Row="1" Grid.Column="1" Foreground="Gray" VerticalAlignment="Top"/>
<TextBlock Text="{Binding Account}" Margin="10,0" Grid.Row="1" Grid.Column="1" Foreground="{ThemeResource SystemChromeDisabledLowColor}" VerticalAlignment="Top"/>
<TextBlock Text="{Binding Contributions,Converter={StaticResource ContributionsConverter}}" Grid.RowSpan="2" Grid.Column="2" VerticalAlignment="Center"/>
</Grid>
</DataTemplate>
Expand Down Expand Up @@ -59,12 +59,12 @@
<TextBlock Margin="0,2" HorizontalTextAlignment="Left" Grid.Column="2" x:Name="txtID"/>
<StackPanel Margin="0,2" Grid.Row="1" Grid.Column="2" Orientation="Horizontal">
<TextBlock HorizontalTextAlignment="Left" x:Name="txtName"/>
<TextBlock HorizontalTextAlignment="Left" x:Name="txtAccount" Foreground="Gray"/>
<TextBlock HorizontalTextAlignment="Left" x:Name="txtAccount" Foreground="{ThemeResource SystemChromeDisabledLowColor}"/>
</StackPanel>
<TextBlock Margin="0,2" Grid.Row="2" Grid.Column="2" HorizontalTextAlignment="Left" x:Name="txtEmail"/>
<StackPanel Grid.Row="3" Grid.ColumnSpan="3">
<Button Style="{StaticResource ButtonRevealStyle}" BorderThickness="1.5" Margin="0,5,0,0" x:Name="btnLogout" Click="BtnLogout_Click" HorizontalAlignment="Stretch" x:Uid="Logout"/>
<TextBlock FontSize="12" Foreground="Gray" x:Uid="LogoutWarning"/>
<TextBlock FontSize="12" Foreground="{ThemeResource SystemChromeDisabledLowColor}" x:Uid="LogoutWarning"/>
</StackPanel>
</Grid>
<!--TODO:完善UI-->
Expand Down
4 changes: 2 additions & 2 deletions PixivFSUWP/UserDetailPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
</Ellipse.Fill>
</Ellipse>
<TextBlock x:Name="txtAuthor" Margin="10,0" Grid.Column="1" FontSize="16" FontWeight="Bold" VerticalAlignment="Bottom"/>
<TextBlock x:Name="txtAuthorAccount" Margin="10,0" Grid.Row="1" Grid.Column="1" FontSize="14" Foreground="Gray" VerticalAlignment="Top"/>
<TextBlock x:Name="txtAuthorAccount" Margin="10,0" Grid.Row="1" Grid.Column="1" FontSize="14" Foreground="{ThemeResource SystemChromeDisabledLowColor}" VerticalAlignment="Top"/>
</Grid>
</Button>
</Grid>
Expand Down Expand Up @@ -152,7 +152,7 @@
</Grid>
<TextBlock Margin="5" x:Name="txtUsername" FontSize="20" FontWeight="Bold"
HorizontalAlignment="Center"/>
<TextBlock x:Name="txtAccount" FontSize="14" Foreground="Gray"
<TextBlock x:Name="txtAccount" FontSize="14" Foreground="{ThemeResource SystemChromeDisabledLowColor}"
HorizontalAlignment="Center"/>
</StackPanel>
</Grid>
Expand Down

0 comments on commit a4bbc5e

Please sign in to comment.