Skip to content

Commit

Permalink
Update AudioRecorderPage.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Sep 4, 2023
1 parent 2165337 commit c9fdc44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/Plugin.Maui.Audio.Sample/Pages/AudioRecorderPage.xaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:viewmodels="clr-namespace:AudioPlayerSample.ViewModels"
xmlns:converters="clr-namespace:AudioPlayerSample.Converters"
x:Class="AudioPlayerSample.Pages.AudioRecorderPage"
xmlns:viewmodels="clr-namespace:Plugin.Maui.Audio.Sample.ViewModels"
xmlns:converters="clr-namespace:Plugin.Maui.Audio.Sample.Converters"
x:Class="Plugin.Maui.Audio.Sample.Pages.AudioRecorderPage"
Title="Audio Recorder"
x:DataType="viewmodels:AudioRecorderPageViewModel">

Expand Down

0 comments on commit c9fdc44

Please sign in to comment.