forked from xiaosu-zhu/Aurora.Music
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainPage.xaml
More file actions
13 lines (12 loc) · 823 Bytes
/
MainPage.xaml
File metadata and controls
13 lines (12 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<Page
x:Class="ExtensionSample.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:ExtensionSample"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<TextBlock HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" Style="{ThemeResource SubtitleTextBlockStyle}" TextWrapping="WrapWholeWords" TextTrimming="None" Text="Close this, and go to Aurora Music-Settings, switch 'Debug Mode' to 'On' and refresh, then you can see this appear at Lyric Extension ComboBox"/>
</Grid>
</Page>