Added playing song info view and view model.

This commit is contained in:
2025-03-03 22:32:17 -05:00
parent 0675131195
commit 9fc8791ad1
11 changed files with 198 additions and 27 deletions

View File

@@ -19,6 +19,7 @@
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="Auto"></RowDefinition>
</Grid.RowDefinitions>
<views:PlayingSongInfo Grid.Row="0"></views:PlayingSongInfo>
<views:PlaybackBar Grid.Row="1"></views:PlaybackBar>
</Grid>