|
|
|
@ -9,7 +9,8 @@
|
|
|
|
|
x:Class="TheGameExtreme.view.HomePage"
|
|
|
|
|
x:Name="homepageT">
|
|
|
|
|
|
|
|
|
|
<Grid x:Name="MainGrid">
|
|
|
|
|
<Grid x:Name="MainGrid"
|
|
|
|
|
Margin="5">
|
|
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="15*"/>
|
|
|
|
@ -17,11 +18,11 @@
|
|
|
|
|
<ColumnDefinition Width="15*"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="19*"/>
|
|
|
|
|
<RowDefinition Height="27*"/>
|
|
|
|
|
<RowDefinition Height="27*"/>
|
|
|
|
|
<RowDefinition Height="27*"/>
|
|
|
|
|
<RowDefinition Height="27*"/>
|
|
|
|
|
<RowDefinition Height="20*"/>
|
|
|
|
|
<RowDefinition Height="20*"/>
|
|
|
|
|
<RowDefinition Height="20*"/>
|
|
|
|
|
<RowDefinition Height="Z0*"/>
|
|
|
|
|
<RowDefinition Height="20*"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
@ -32,7 +33,7 @@
|
|
|
|
|
BackgroundColor="Transparent"
|
|
|
|
|
WidthRequest="40"
|
|
|
|
|
HeightRequest="40"
|
|
|
|
|
VerticalOptions="End"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
HorizontalOptions="Center"/>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
@ -106,14 +107,13 @@
|
|
|
|
|
x:Name="imageButton"
|
|
|
|
|
Grid.Column="1"
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
VerticalOptions="End"
|
|
|
|
|
VerticalOptions="Start"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Clicked="Theme_Clicked"
|
|
|
|
|
BorderColor="{DynamicResource SkyBlueColor}"
|
|
|
|
|
BackgroundColor="Transparent"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
</ContentPage>
|
|
|
|
|