mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-26 06:17:27 +02:00
Version 3.0.372
This commit is contained in:
parent
6d22dbf40b
commit
f1cbab1d0a
97 changed files with 20446 additions and 17572 deletions
|
@ -145,6 +145,10 @@
|
|||
Margin="0,0,0,10"
|
||||
VerticalOptions="End"
|
||||
Spacing="0">
|
||||
<StackLayout.GestureRecognizers>
|
||||
<TapGestureRecognizer
|
||||
Command="{Binding OnMailAppRelatedRequest}"/>
|
||||
</StackLayout.GestureRecognizers>
|
||||
|
||||
<BoxView
|
||||
Margin="0,0,0,10"
|
||||
|
@ -159,10 +163,6 @@
|
|||
TextColor="{DynamicResource primary-back-title-color}"
|
||||
Text="{x:Static resources:AppResources.ActionSendDiagnosis}"
|
||||
IsEnabled="{Binding IsSendMailAvailable}">
|
||||
<Label.GestureRecognizers>
|
||||
<TapGestureRecognizer
|
||||
Command="{Binding OnMailAppRelatedRequest}"/>
|
||||
</Label.GestureRecognizers>
|
||||
</Label>
|
||||
|
||||
</StackLayout>
|
||||
|
|
|
@ -18,11 +18,11 @@
|
|||
HeightRequest="100"
|
||||
Aspect="AspectFit"
|
||||
HorizontalOptions="StartAndExpand"
|
||||
Source="sharee_no_background.png"/>
|
||||
Source="menu_logo.png"/>
|
||||
<Label
|
||||
Grid.Row="1"
|
||||
Text="Gefördert durch 
Bayerisches Staatsministerium für 
Wohnen, Bau und Verkehr"
|
||||
TextColor="White"
|
||||
FontSize="Small"/>
|
||||
</Grid>
|
||||
</ContentView>
|
||||
</ContentView>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue