13 lines
477 B
XML
13 lines
477 B
XML
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
x:Class="TV_Player.MAUI.PlayerPage"
|
|
xmlns:local="clr-namespace:TV_Player.MAUI"
|
|
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
|
|
Title="PlayerPage"
|
|
>
|
|
|
|
<StackLayout>
|
|
<toolkit:MediaElement x:Name="mediaElement"/>
|
|
</StackLayout>
|
|
</ContentPage>
|