Skip to content

Commit

Permalink
完成标题栏左侧三个按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Oct 16, 2016
1 parent 97ca9fb commit a0e0bc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bilibili2/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@
<Grid Grid.Column="3" x:Name="TrueTitleBar" Background="Transparent">
<TextBlock x:Name="caption" Text="Bilibili" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="12" FontFamily="Segoe UI" FontWeight="Normal" Margin="10,0"/>
</Grid>
<Button Grid.Column="0" x:Name="btn_back" Style="{ThemeResource TitleBarBackButtonTheme}" Width="48" Height="32" Background="{ThemeResource Bili-ForeColor}"/>
<Button Grid.Column="1" x:Name="btn_refresh" Style="{ThemeResource TitleBarRefreshButtonTheme}" Width="48" Height="32" Background="{ThemeResource Bili-ForeColor}"/>
<Button Grid.Column="2" x:Name="btn_search" Style="{ThemeResource TitleBarSearchButtonTheme}" Width="48" Height="32" Background="{ThemeResource Bili-ForeColor}"/>
</Grid>
<VisualStateManager.VisualStateGroups>
<VisualStateGroup x:Name="big">
Expand Down

0 comments on commit a0e0bc6

Please sign in to comment.