Add item number [WIP]

This commit is contained in:
qianlifeng
2015-02-09 00:13:08 +08:00
parent 8d33644749
commit b8f829dbc3
6 changed files with 62 additions and 16 deletions

View File

@@ -21,6 +21,9 @@
<Setter Property="Foreground" Value="#333333" />
<Setter Property="FontWeight" Value="Bold" />
</Style>
<Style x:Key="ItemNumberStyle" BasedOn="{StaticResource BaseItemNumberStyle}" TargetType="{x:Type TextBlock}">
<Setter Property="Foreground" Value="#A6A6A6" />
</Style>
<Style x:Key="ItemSubTitleStyle" BasedOn="{StaticResource BaseItemSubTitleStyle}" TargetType="{x:Type TextBlock}">
<Setter Property="Foreground" Value="#A6A6A6" />
</Style>