Implement Sponsor on LoadingView
This commit is contained in:
parent
4478fa2457
commit
3acf2644f4
@ -58,7 +58,7 @@ namespace gehGassiApp.Core.Common
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Delay für den loading-Screen, damit man das Logo des Sponsors sieht
|
/// Delay für den loading-Screen, damit man das Logo des Sponsors sieht
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static TimeSpan LoadingDelay = TimeSpan.FromSeconds(0);
|
public static TimeSpan LoadingDelay = TimeSpan.FromSeconds(3);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Delay für die Abfrage des Online-Status
|
/// Delay für die Abfrage des Online-Status
|
||||||
|
|||||||
BIN
gehGassiApp/gehGassiApp/Resources/Images/tiergarten.png
Normal file
BIN
gehGassiApp/gehGassiApp/Resources/Images/tiergarten.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 624 KiB |
@ -9,7 +9,7 @@
|
|||||||
Shell.FlyoutBehavior="Disabled"
|
Shell.FlyoutBehavior="Disabled"
|
||||||
Shell.NavBarIsVisible="False">
|
Shell.NavBarIsVisible="False">
|
||||||
|
|
||||||
<Grid Padding="20" RowDefinitions="40,*,250">
|
<Grid Padding="20" RowDefinitions="40,Auto,*" RowSpacing="30">
|
||||||
|
|
||||||
<Image
|
<Image
|
||||||
Grid.Row="0"
|
Grid.Row="0"
|
||||||
@ -22,17 +22,17 @@
|
|||||||
|
|
||||||
<Image
|
<Image
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
Margin="30,0,0,0"
|
Margin="30,30,0,0"
|
||||||
HeightRequest="125"
|
HeightRequest="125"
|
||||||
HorizontalOptions="Center"
|
HorizontalOptions="Center"
|
||||||
Source="dog_white"
|
Source="dog_white"
|
||||||
VerticalOptions="Center" />
|
VerticalOptions="Center" />
|
||||||
|
|
||||||
<!--<Border Grid.Row="2" Style="{StaticResource WhiteBorder}" Margin="20" HorizontalOptions="Fill" VerticalOptions="Fill">
|
|
||||||
<Grid HorizontalOptions="Fill" VerticalOptions="Fill" RowDefinitions="Auto,*" RowSpacing="10">
|
<VerticalStackLayout Grid.Row="2" HorizontalOptions="Center" VerticalOptions="Center" Spacing="10">
|
||||||
<Label Grid.Row="0" Text="Powered by" Style="{StaticResource BodySMedium_GreyDark}" HorizontalOptions="Center"></Label>
|
<Label Text="Powered by" Style="{StaticResource BodySMedium_GreyDark}" HorizontalOptions="Center"></Label>
|
||||||
<Image Grid.Row="1" Source="loading_sponsor" HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand" MaximumHeightRequest="150"></Image>
|
<Image Source="tiergarten.png"></Image>
|
||||||
</Grid>
|
</VerticalStackLayout>
|
||||||
</Border>-->
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</controls:BaseContentPage>
|
</controls:BaseContentPage>
|
||||||
Loading…
x
Reference in New Issue
Block a user