<?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:d="http://xamarin.com/schemas/2014/forms/design"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Test8"
mc:Ignorable="d"
x:Class="Test8.list"
Title="list"
Icon="list.png">
<!--<StackLayout x:Name="ListView1" Orientation="Vertical" VerticalOptions="Start">
</StackLayout>-->
<FlexLayout >
<Button Text="Archy" Image="archy.jpg" ContentLayout="Top,0" HeightRequest="200" WidthRequest="150"/>
<Button Text="Elithabeth" Image="img.jpg" ContentLayout="Top,0" HeightRequest="200" WidthRequest="150"/>
</FlexLayout>
</ContentPage>