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 0d25557 commit 0b8922a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions bilibili2/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,26 +366,6 @@
<RowDefinition Height="auto"/>
<RowDefinition/>
</Grid.RowDefinitions>
<Grid x:Name="TitleBar" Grid.Row="0" Height="32" Background="{ThemeResource Bili-ForeColor}">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="48"/>
<ColumnDefinition Width="48"/>
<ColumnDefinition Width="48"/>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="130"/>
</Grid.ColumnDefinitions>
<Grid Grid.Column="3" x:Name="TrueTitleBar" Background="Transparent">
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<Image Grid.Column="0" Stretch="Uniform" VerticalAlignment="Center" HorizontalAlignment="Right" Source="ms-appx:///Assets/LOGOTITLE.png" Height="24" Width="24"/>
<TextBlock Grid.Column="1" x:Name="caption" Text="Bilibili" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="12" FontFamily="Segoe UI" FontWeight="Normal" Margin="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">
<VisualState x:Name="wide1000">
Expand Down Expand Up @@ -419,6 +399,26 @@
</VisualStateGroup>
</VisualStateManager.VisualStateGroups>
<Image x:Name="bg_img" Visibility="Collapsed" Source="ms-appx:///Assets/艾米莉亞_婚紗.png" VerticalAlignment="Bottom" HorizontalAlignment="Right" Grid.RowSpan="3" Width="250"></Image>
<Grid x:Name="TitleBar" Grid.Row="0" Height="32" Background="{ThemeResource Bili-ForeColor}">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="48"/>
<ColumnDefinition Width="48"/>
<ColumnDefinition Width="48"/>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="130"/>
</Grid.ColumnDefinitions>
<Grid Grid.Column="3" x:Name="TrueTitleBar" Background="Transparent">
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<Image Grid.Column="0" Stretch="Uniform" VerticalAlignment="Center" HorizontalAlignment="Right" Source="ms-appx:///Assets/LOGOTITLE.png" Height="24" Width="24"/>
<TextBlock Grid.Column="1" x:Name="caption" Text="Bilibili" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="12" FontFamily="Segoe UI" FontWeight="Normal" Margin="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>
<SplitView x:Name="sp_View" Grid.Row="1" OpenPaneLength="200" PaneBackground="{ThemeResource Bili-MenuBack}" DisplayMode="Overlay" PaneClosed="sp_View_PaneClosed" >
<SplitView.Pane>
<Grid >
Expand Down

0 comments on commit 0b8922a

Please sign in to comment.