1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+
23<ContentPage xmlns =" http://xamarin.com/schemas/2014/forms"
34 xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
45 x : Class =" Demo.Pages.MainPage"
56 Title =" Popup Demo"
67 BackgroundColor =" White" >
7- <ContentPage .Resources>
8- <ResourceDictionary >
9- <Style TargetType =" Button" >
10- <Setter Property =" BackgroundColor" Value =" #7dbbe6" />
11- <Setter Property =" TextColor" Value =" White" />
12- </Style >
13- </ResourceDictionary >
14- </ContentPage .Resources>
15- <StackLayout Spacing =" 20" Margin =" 10, 15" >
16- <Button Text =" Open Popup" Clicked =" OnOpenPupup" ></Button >
17- <Button Text =" Open User Animation Popup" Clicked =" OnUserAnimationPupup" ></Button >
18- <Button Text =" Open System Offset Page" Clicked =" OnOpenSystemOffsetPage" ></Button >
19- <Button Text =" ListView Page" Clicked =" OnOpenListViewPage" ></Button >
20- <Button Text =" Open User Animation Popup using Resources"
21- Clicked =" OnOpenUserAnimationFromResource" ></Button >
22- <Button Text =" Open User Animation Popup using Style"
23- Clicked =" OnOpenUserAnimationFromStyle" ></Button >
24- <Button Text =" Open Settings" Clicked =" OnOpenSettingsPage" ></Button >
25- <Button Text =" Open MvvmPage" Clicked =" OnOpenMvvmPage" ></Button >
26- <Button Text =" Open TestCurrentViewController" Clicked =" OnTestCurrentViewController" ></Button >
27- </StackLayout >
8+ <ContentPage .Resources>
9+ <ResourceDictionary >
10+ <Style TargetType =" Button" >
11+ <Setter Property =" BackgroundColor" Value =" #7dbbe6" />
12+ <Setter Property =" TextColor" Value =" White" />
13+ </Style >
14+ </ResourceDictionary >
15+ </ContentPage .Resources>
16+ <ScrollView VerticalOptions =" Fill" >
17+ <StackLayout Spacing =" 20" Margin =" 10, 15" >
18+ <Button Text =" Open Popup" Clicked =" OnOpenPupup" />
19+ <Button Text =" Open User Animation Popup" Clicked =" OnUserAnimationPupup" />
20+ <Button Text =" Open System Offset Page" Clicked =" OnOpenSystemOffsetPage" />
21+ <Button Text =" ListView Page" Clicked =" OnOpenListViewPage" />
22+ <Button Text =" Open User Animation Popup using Resources"
23+ Clicked =" OnOpenUserAnimationFromResource" />
24+ <Button Text =" Open User Animation Popup using Style"
25+ Clicked =" OnOpenUserAnimationFromStyle" />
26+ <Button Text =" Open Settings" Clicked =" OnOpenSettingsPage" />
27+ <Button Text =" Open MvvmPage" Clicked =" OnOpenMvvmPage" />
28+ <Button Text =" Open TestCurrentViewController" Clicked =" OnTestCurrentViewController" />
29+ </StackLayout >
30+ </ScrollView >
2831</ContentPage >
0 commit comments