11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <rg : PopupPage xmlns =" http://xamarin.com/schemas/2014/forms"
2+ <rg : PopupPage x : Class =" Demo.Pages.UserAnimationPage"
3+ xmlns =" http://xamarin.com/schemas/2014/forms"
34 xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
4- xmlns : rg =" http://rotorgames.com"
55 xmlns : animations =" clr-namespace:Demo.Animations;assembly=Demo"
6- x : Class =" Demo.Pages.UserAnimationPage" >
7- <rg : PopupPage .Animation>
8- <animations : UserAnimation />
9- </rg : PopupPage .Animation>
10- <StackLayout VerticalOptions =" Center" HorizontalOptions =" Center" >
11- <Frame BackgroundColor =" Silver" >
12- <StackLayout Spacing =" 20" >
13- <Label HorizontalOptions =" Center" Text =" User Animation" FontSize =" 16" ></Label >
14- <Button Text =" Close" Clicked =" OnClose" ></Button >
15- </StackLayout >
16- </Frame >
17- </StackLayout >
6+ xmlns : rg =" http://rotorgames.com"
7+ AndroidTalkbackAccessibilityWorkaround =" True" >
8+ <rg : PopupPage .Animation>
9+ <animations : UserAnimation />
10+ </rg : PopupPage .Animation>
11+ <StackLayout HorizontalOptions =" Center" VerticalOptions =" Center" >
12+ <Frame BackgroundColor =" Silver" >
13+ <StackLayout Spacing =" 20" >
14+ <Label FontSize =" 16"
15+ HorizontalOptions =" Center"
16+ Text =" User Animation" />
17+ <Button Clicked =" OnClose" Text =" Close" />
18+ </StackLayout >
19+ </Frame >
20+ </StackLayout >
1821</rg : PopupPage >
0 commit comments