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