<?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:TestDriver"
x:Class="TestDriver.MainPage">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition></ColumnDefinition>
<ColumnDefinition></ColumnDefinition>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinitions></RowDefinitions>
<RowDefinitions></RowDefinitions>
<RowDefinitions></RowDefinitions>
</Grid.RowDefinitions>
<Label Grid.Row ="0" Grid.Column="0" Text="Azira V6"/>
<Label Grid.Row ="0" Grid.Column="1" Text="60000"/>
<Label Grid.Row ="1" Grid.Column="0" Text="Fiesta 2.0"/>
<Label Grid.Row ="1" Grid.Column="1" Text="50000"/>
<Label Grid.Row ="2" Grid.Column="0" Text="HB20 S"/>
<Label Grid.Row ="2" Grid.Column="1" Text="40000"/>
</Grid>
</ContentPage>