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