Update HomeView layout and increment application version to 1.277
This commit is contained in:
parent
9971873213
commit
572e1807a6
@ -140,8 +140,8 @@
|
|||||||
<!-- "Alle anzeigen" Link Label -->
|
<!-- "Alle anzeigen" Link Label -->
|
||||||
<Label
|
<Label
|
||||||
Margin="0,16,0,0"
|
Margin="0,16,0,0"
|
||||||
Style="{StaticResource LinkLabelStyle}"
|
|
||||||
HorizontalOptions="Center"
|
HorizontalOptions="Center"
|
||||||
|
Style="{StaticResource LinkLabelStyle}"
|
||||||
Text="Alle anzeigen">
|
Text="Alle anzeigen">
|
||||||
<Label.GestureRecognizers>
|
<Label.GestureRecognizers>
|
||||||
<TapGestureRecognizer Command="{Binding NavigateCommand}" CommandParameter="{x:Static viewmodels:MenuSelected.Walkers}" />
|
<TapGestureRecognizer Command="{Binding NavigateCommand}" CommandParameter="{x:Static viewmodels:MenuSelected.Walkers}" />
|
||||||
@ -159,12 +159,9 @@
|
|||||||
Margin="0,0,0,20"
|
Margin="0,0,0,20"
|
||||||
AbsoluteLayout.LayoutBounds="0.5,1,300,90"
|
AbsoluteLayout.LayoutBounds="0.5,1,300,90"
|
||||||
AbsoluteLayout.LayoutFlags="PositionProportional"
|
AbsoluteLayout.LayoutFlags="PositionProportional"
|
||||||
BackgroundColor="{StaticResource Primary}"
|
|
||||||
Command="{Binding CreatePublicWalkRequestCommand}"
|
Command="{Binding CreatePublicWalkRequestCommand}"
|
||||||
ContentLayout="Left, 5"
|
ContentLayout="Left, 5"
|
||||||
CornerRadius="15"
|
|
||||||
HorizontalOptions="Center"
|
HorizontalOptions="Center"
|
||||||
LineBreakMode="TailTruncation"
|
|
||||||
Text="{x:Static res:Text.PublicWalkRequest_Title}"
|
Text="{x:Static res:Text.PublicWalkRequest_Title}"
|
||||||
VerticalOptions="End">
|
VerticalOptions="End">
|
||||||
<Button.ImageSource>
|
<Button.ImageSource>
|
||||||
|
|||||||
@ -22,8 +22,8 @@
|
|||||||
<ApplicationIdGuid>284D2BDB-7FFC-485A-968F-8440A92578FE</ApplicationIdGuid>
|
<ApplicationIdGuid>284D2BDB-7FFC-485A-968F-8440A92578FE</ApplicationIdGuid>
|
||||||
|
|
||||||
<!-- Versions -->
|
<!-- Versions -->
|
||||||
<ApplicationDisplayVersion>1.274</ApplicationDisplayVersion>
|
<ApplicationDisplayVersion>1.277</ApplicationDisplayVersion>
|
||||||
<ApplicationVersion>274</ApplicationVersion>
|
<ApplicationVersion>277</ApplicationVersion>
|
||||||
|
|
||||||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">15.0</SupportedOSPlatformVersion>
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">15.0</SupportedOSPlatformVersion>
|
||||||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">29.0</SupportedOSPlatformVersion>
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">29.0</SupportedOSPlatformVersion>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user