11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <pages : PopupPage xmlns =" http://xamarin.com/schemas/2014/forms"
3- xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
4- xmlns : pages =" clr-namespace:Rg.Plugins.Popup.Pages;assembly=Rg.Plugins.Popup"
5- xmlns : animations =" clr-namespace:Rg.Plugins.Popup.Animations;assembly=Rg.Plugins.Popup"
6- x : Class =" Demo.Pages.LoginSuccessPopupPage"
7- x : Name =" ThisPage"
8- BackgroundColor =" Transparent"
9- BackgroundInputTransparent =" True"
10- HasSystemPadding =" False"
11- CloseWhenBackgroundIsClicked =" False" >
12- <pages : PopupPage .Animation>
13- <animations : MoveAnimation
2+ <rg : PopupPage xmlns =" http://xamarin.com/schemas/2014/forms"
3+ xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
4+ xmlns : rg =" http://rotorgames.com"
5+ x : Class =" Demo.Pages.LoginSuccessPopupPage"
6+ x : Name =" ThisPage"
7+ BackgroundColor =" Transparent"
8+ BackgroundInputTransparent =" True"
9+ HasSystemPadding =" False"
10+ CloseWhenBackgroundIsClicked =" False" >
11+ <rg : PopupPage .Animation>
12+ <rg : MoveAnimation
1413 PositionIn =" Top"
1514 PositionOut =" Top" />
16- </pages : PopupPage .Animation>
15+ </rg : PopupPage .Animation>
1716 <StackLayout
1817 VerticalOptions =" Start"
1918 BackgroundColor =" #43A047" >
2524 VerticalOptions =" EndAndExpand"
2625 Text =" Login is success" />
2726 </StackLayout >
28- </pages : PopupPage >
27+ </rg : PopupPage >
0 commit comments