Created
June 22, 2017 04:29
-
-
Save Char0394/f6c4c8a6961cc82949892f842291e9f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | |
| xmlns:local="clr-namespace:LottieSample" | |
| x:Class="LottieSample.LottieSamplePage" | |
| xmlns:forms="clr-namespace:Lottie.Forms;assembly=Lottie.Forms"> | |
| <ContentPage.Content> | |
| <StackLayout VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand"> | |
| <forms:AnimationView | |
| x:Name="AnimationView" | |
| Animation="video_cam.json" | |
| AutoPlay="True" Loop="true" | |
| VerticalOptions="FillAndExpand" | |
| HorizontalOptions="FillAndExpand" /> | |
| </StackLayout> | |
| </ContentPage.Content> | |
| </ContentPage> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment