Skip to content

Commit

Permalink
优化后退导航,调整标题边距
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWFan authored and ThomasWFan committed Oct 19, 2016
1 parent 2592431 commit 34de3fa
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion bilibili2/Pages/ActivityPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!-- AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="活动中心" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="活动中心" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
</Grid>
<GridView x:Name="grid_View" IsItemClickEnabled="True" SelectionMode="None" ItemClick="grid_View_ItemClick" Style="{StaticResource GridViewStyle1}" Grid.Row="1">
<GridView.ItemContainerStyle>
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/AllBangumiPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="全部番剧" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="全部番剧" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<StackPanel Grid.Column="2" Orientation="Horizontal">
<AppBarButton x:Name="btn_Order" Icon="Sort" Width="48" Height="48" Foreground="White">
<AppBarButton.Flyout>
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/AllLivePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="全部直播" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="全部直播" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<AppBarButton Foreground="White" ToolTipService.ToolTip="刷新" Grid.Column="2" Width="48" Height="48" Icon="Refresh" Click="AppBarButton_Click"></AppBarButton>
</Grid>
<ProgressBar x:Name="pr_Load" VerticalAlignment="Top" Background="{x:Null}" Foreground="White" IsIndeterminate="True"></ProgressBar>
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/BanByTagPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="番剧" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="番剧" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<AppBarButton Icon="Sort" Foreground="White" Grid.Column="2">
<AppBarButton.Flyout>
<MenuFlyout>
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/BanInfoPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="番剧详情" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="番剧详情" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
</Grid>

<Pivot x:Name="pivot" Style="{StaticResource PivotStyle2}" BorderBrush="{StaticResource BG}" SelectionChanged="pivot_SelectionChanged" Grid.Row="2">
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/BanTagPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="番剧索引" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="番剧索引" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
</Grid>
<ScrollViewer VerticalScrollBarVisibility="Auto" Grid.Row="1">
<GridView x:Name="gridview_List" ScrollViewer.VerticalScrollMode="Disabled" ScrollViewer.VerticalScrollBarVisibility="Disabled" HorizontalAlignment="Center" SelectionMode="None" ItemClick="gridview_List_ItemClick" IsItemClickEnabled="True" >
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/BanTimelinePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="番剧更新时间表" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="番剧更新时间表" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
</Grid>
<ScrollViewer Grid.Row="1" x:Name="B_Timeline" VerticalScrollBarVisibility="Auto" >
<StackPanel Margin="10 0">
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/ChatPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="私聊" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="私聊" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
</Grid>
<ListView x:Name="list_view" ItemClick="list_view_ItemClick" Grid.Row="1" ItemTemplateSelector="{StaticResource MessageItemDataTemplateSelector}" SelectionMode="None" IsItemClickEnabled="True" Style="{StaticResource ListViewStyle1}">
<ListView.ItemContainerStyle>
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/CommentPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="查看评论" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="查看评论" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
</Grid>
<ScrollViewer x:Name="sv1" Style="{StaticResource ScrollViewerStyle1}" ScrollViewer.VerticalScrollBarVisibility="Auto" Grid.Row="1" ViewChanged="sv1_ViewChanged">
<StackPanel HorizontalAlignment="Stretch">
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/DiliDiliPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="嘀哩嘀哩" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="嘀哩嘀哩" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<StackPanel Grid.Column="2" VerticalAlignment="Center" Margin="10 0" Orientation="Horizontal">
<ComboBox x:Name="cb_Year" SelectionChanged="cb_Year_SelectionChanged">
<ComboBoxItem Tag="2016" Content="2016年"/>
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/DiliInfo.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="{Binding title}" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="{Binding title}" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
</Grid>
<ScrollViewer Grid.Row="1" VerticalScrollBarVisibility="Auto">
<Grid x:Name="BanSeason_Grid">
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/DownloadPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="离线管理" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="离线管理" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
</Grid>
<Pivot x:Name="pivot" Grid.Row="1" Style="{StaticResource PivotStyle2}" BorderBrush="{StaticResource BG}" SelectionChanged="Pivot_SelectionChanged">
<PivotItem Margin="0">
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/EditPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="编辑资料" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="编辑资料" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
</Grid>
<ScrollViewer VerticalScrollBarVisibility="Auto" Grid.Row="1">
<StackPanel Margin="10">
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/FavPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="收藏夹" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="收藏夹" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<ComboBox x:Name="cb_favbox" Grid.Column="3" Margin="5 0" VerticalAlignment="Center" BorderThickness="0" Foreground="White" SelectionChanged="cb_favbox_SelectionChanged">
<ComboBox.ItemTemplate>
<DataTemplate>
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/HistoryPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="历史记录" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="历史记录" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<ProgressBar x:Name="pro_Load" Grid.ColumnSpan="3" VerticalAlignment="Top" Background="{x:Null}" IsIndeterminate="True"></ProgressBar>
<AppBarButton x:Name="btn_ClearHistory" Click="btn_ClearHistory_Click" HorizontalAlignment="Right" Icon="Delete" ToolTipService.ToolTip="清空" Grid.Column="2" Width="48" Foreground="White"></AppBarButton>
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/LoginPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="登录" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="登录" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
</Grid>
<ScrollViewer x:Name="sc" Grid.Row="1" VerticalScrollBarVisibility="Auto">
<StackPanel x:Name="heh" VerticalAlignment="Top">
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/MessagePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="消息中心" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="消息中心" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
</Grid>
<Grid Background="{StaticResource BG}" Grid.Row="1" >
<Grid.ColumnDefinitions>
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/PlayerPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="top_btn_Back" Width="48" Height="48" Icon="Back" Foreground="White" ToolTipService.ToolTip="退出播放" Click="top_btn_Back_Click"/-->
<ScrollViewer Grid.Column="0" Grid.ColumnSpan="2" HorizontalScrollMode="Enabled" HorizontalScrollBarVisibility="Hidden" VerticalScrollBarVisibility="Disabled" VerticalScrollMode="Disabled">
<TextBlock x:Name="top_Title" Text="视频标题" VerticalAlignment="Center" Margin="5 0" HorizontalAlignment="Left" Foreground="White"/>
<TextBlock x:Name="top_Title" Text="视频标题" VerticalAlignment="Center" Margin="16 0" HorizontalAlignment="Left" Foreground="White"/>
</ScrollViewer>
<StackPanel Grid.Column="2" Orientation="Horizontal" >

Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/QuanInfoPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="主题帖" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="主题帖" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<StackPanel Visibility="Collapsed" Orientation="Horizontal" Grid.Column="2">
<AppBarButton Icon="Favorite" Width="48" Height="48" Foreground="White"/>
<AppBarButton Icon="More" Width="48" Height="48" Foreground="White"/>
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/QuanPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="兴趣圈" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="兴趣圈" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<AppBarButton Foreground="White" ToolTipService.ToolTip="搜索" Grid.Column="2" Width="48" Height="48" Icon="Find" Click="AppBarButton_Click"/>
</Grid>
<ProgressBar x:Name="pr_Load" VerticalAlignment="Top" Background="{x:Null}" Foreground="White" IsIndeterminate="True"/>
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/RankPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="排行榜" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="排行榜" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
</Grid>
<Pivot x:Name="pivot" Grid.Row="1" SelectionChanged="pivot_SelectionChanged">
<PivotItem Margin=" 0">
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/SPPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<TextBlock Text="专题详情" Margin="5 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
<TextBlock Text="专题详情" Margin="16 0" FontSize="16" x:Name="top_txt_Header" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" Foreground="White" />
</Grid>
<ProgressBar x:Name="pr_Load" VerticalAlignment="Top" Background="{x:Null}" Foreground="White" IsIndeterminate="True"/>
<!--<ScrollViewer Grid.Row="1" VerticalScrollBarVisibility="Auto">-->
Expand Down
2 changes: 1 addition & 1 deletion bilibili2/Pages/SearchLivePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<!--AppBarButton x:Name="btn_back" Click="btn_back_Click" Icon="Back" Width="48" Height="48" Foreground="White"/-->
<AutoSuggestBox Style="{StaticResource AutoSuggestBoxStyle1}" BorderThickness="1" x:Name="txt_Find" PlaceholderText="搜索主播、房间" Grid.Column="0" Grid.ColumnSpan="2" Margin="5" QueryIcon="Find" VerticalAlignment="Center" QuerySubmitted="txt_Find_QuerySubmitted" ></AutoSuggestBox>
<AutoSuggestBox Style="{StaticResource AutoSuggestBoxStyle1}" BorderThickness="1" x:Name="txt_Find" PlaceholderText="搜索主播、房间" Grid.Column="0" Grid.ColumnSpan="2" Margin="5" QueryIcon="Find" VerticalAlignment="Center" QuerySubmitted="txt_Find_QuerySubmitted" ></AutoSuggestBox>
</Grid>
<Grid Background="{StaticResource BG}" Grid.Row="1" >
<Grid.ColumnDefinitions>
Expand Down
Loading

0 comments on commit 34de3fa

Please sign in to comment.