commit
5556cc97aa
@ -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
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\gehGassi\gehGassi.Dto\gehGassi.Dto.csproj" />
|
||||
<ProjectReference Include="..\..\..\gehGassi_backend\gehGassi.Dto\gehGassi.Dto.csproj" />
|
||||
<ProjectReference Include="..\gehGassiApp.Domain\gehGassiApp.Domain.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gehGassiApp.DbConfig", "geh
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gehGassi.LocalNotifications", "gehGassi.LocalNotifications\gehGassi.LocalNotifications.csproj", "{C266C7CD-02B3-4A09-B5D2-4A5CC988BECD}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gehGassi.Dto", "..\..\gehGassi\gehGassi.Dto\gehGassi.Dto.csproj", "{0D6DF016-F551-81C9-91E7-E3FFAF1B1C4B}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gehGassi.Dto", "..\..\gehGassi_backend\gehGassi.Dto\gehGassi.Dto.csproj", "{0D6DF016-F551-81C9-91E7-E3FFAF1B1C4B}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
||||
@ -67,5 +67,7 @@
|
||||
<array>
|
||||
<string>remote-notification</string>
|
||||
</array>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
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,*,*" RowSpacing="30">
|
||||
|
||||
<Image
|
||||
Grid.Row="0"
|
||||
@ -28,11 +28,11 @@
|
||||
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="Start" Spacing="10">
|
||||
<Label Text="Powered by" Style="{StaticResource BodySMedium_GreyDark}" HorizontalOptions="Center"></Label>
|
||||
<Image Source="tiergarten.png"></Image>
|
||||
</VerticalStackLayout>
|
||||
|
||||
</Grid>
|
||||
</controls:BaseContentPage>
|
||||
@ -22,8 +22,8 @@
|
||||
<ApplicationIdGuid>284D2BDB-7FFC-485A-968F-8440A92578FE</ApplicationIdGuid>
|
||||
|
||||
<!-- Versions -->
|
||||
<ApplicationDisplayVersion>1.273</ApplicationDisplayVersion>
|
||||
<ApplicationVersion>273</ApplicationVersion>
|
||||
<ApplicationDisplayVersion>1.274</ApplicationDisplayVersion>
|
||||
<ApplicationVersion>274</ApplicationVersion>
|
||||
|
||||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
|
||||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">29.0</SupportedOSPlatformVersion>
|
||||
@ -212,7 +212,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\gehGassi\gehGassi.Dto\gehGassi.Dto.csproj" />
|
||||
<ProjectReference Include="..\..\..\gehGassi_backend\gehGassi.Dto\gehGassi.Dto.csproj" />
|
||||
<ProjectReference Include="..\gehGassi.LocalNotifications\gehGassi.LocalNotifications.csproj" />
|
||||
<ProjectReference Include="..\gehGassiApp.Domain\gehGassiApp.Domain.csproj" />
|
||||
<ProjectReference Include="..\gehGassiApp.Data\gehGassiApp.Data.csproj" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user