Skip to content

Commit

Permalink
Merge pull request #2 from shinriyo/patch-1
Browse files Browse the repository at this point in the history
VideoPlayerView does not found
  • Loading branch information
ravensorb authored Jul 17, 2016
2 parents 148a944 + 167ac72 commit 9254699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Here is a sample XAML Page
</ResourceDictionary>
</ContentPage.Resources>
<StackLayout Orientation="Vertical">
<videoPlayer:VideoPlayerView x:Name="video"
<videoPlayer:VideoPlayer x:Name="video"
BindingContext="{Binding SelectedVideo}"
HeightRequest="300"
VideoSource="{Binding PlaybackUrl}"
Expand Down

0 comments on commit 9254699

Please sign in to comment.