|
|
|
@ -31,7 +31,7 @@
|
|
|
|
|
BackgroundColor="Transparent"
|
|
|
|
|
WidthRequest="40"
|
|
|
|
|
HeightRequest="40"
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
VerticalOptions="End"
|
|
|
|
|
HorizontalOptions="Center"/>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
@ -101,15 +101,6 @@
|
|
|
|
|
<ColumnDefinition Width="6*" />
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="0" Grid.Column="2" x:Name="ButtonGrid">
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="2*"/>
|
|
|
|
|
<RowDefinition Height="6*"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="2*" />
|
|
|
|
|
<ColumnDefinition Width="6*" />
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
x:Name="imageButton"
|
|
|
|
@ -119,10 +110,10 @@
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Clicked="Theme_Clicked"
|
|
|
|
|
BackgroundColor="Black"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
</ContentPage>
|
|
|
|
|