mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-05-19 23:56:26 +02:00
Version 3.0.372
This commit is contained in:
parent
6d22dbf40b
commit
f1cbab1d0a
97 changed files with 20446 additions and 17572 deletions
|
@ -149,6 +149,10 @@
|
|||
Margin="0,0,0,10"
|
||||
VerticalOptions="End"
|
||||
Spacing="0">
|
||||
<StackLayout.GestureRecognizers>
|
||||
<TapGestureRecognizer
|
||||
Command="{Binding OnMailAppRelatedRequest}"/>
|
||||
</StackLayout.GestureRecognizers>
|
||||
|
||||
<BoxView
|
||||
Margin="0,0,0,10"
|
||||
|
@ -163,10 +167,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>
|
||||
|
|
|
@ -54,7 +54,37 @@
|
|||
|
||||
<StackLayout
|
||||
BackgroundColor="White"
|
||||
Padding="20,0,20,0">
|
||||
Padding="20,5,20,0">
|
||||
|
||||
<!--Bike type-->
|
||||
<StackLayout Orientation="Horizontal"
|
||||
HorizontalOptions="Center"
|
||||
IsVisible="{Binding ActiveFilteredBikeType, Converter={StaticResource Label_Converter}}"
|
||||
Spacing="0">
|
||||
<Label
|
||||
TextColor="DimGray"
|
||||
Text="{x:Static resources:AppResources.MarkingFindBikeTypeOfBikeText}"/>
|
||||
<Label
|
||||
TextColor="{DynamicResource primary-back-title-color}"
|
||||
FontAttributes="Bold"
|
||||
Text="{Binding ActiveFilteredBikeType}"/>
|
||||
<Button
|
||||
Command="{Binding ShowFilterBikeTypeInfoCommand}"
|
||||
WidthRequest="24"
|
||||
HeightRequest="24"
|
||||
BackgroundColor="Transparent"
|
||||
BorderWidth="0"
|
||||
Padding="0"
|
||||
Margin="5,0,0,0">
|
||||
<Button.ImageSource>
|
||||
<FontImageSource
|
||||
Glyph="{StaticResource InfoCircle}"
|
||||
Color="DimGray"
|
||||
FontFamily="FA-S"
|
||||
Size="20"/>
|
||||
</Button.ImageSource>
|
||||
</Button>
|
||||
</StackLayout>
|
||||
|
||||
<Grid
|
||||
RowDefinitions="Auto,Auto"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
HeightRequest="35"
|
||||
HorizontalOptions="StartAndExpand"
|
||||
Aspect="AspectFit"
|
||||
Source="konrad_nobg.png" />
|
||||
Source="menu_logo.png" />
|
||||
<Label
|
||||
Grid.Row="1"
|
||||
HorizontalOptions="Start"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<RowDefinition Height="80"/>
|
||||
</Grid.RowDefinitions>
|
||||
<Image Grid.Row="0"
|
||||
Source="menu_swk_theme.png"
|
||||
Source="menu_theme.png"
|
||||
Aspect="AspectFill"/>
|
||||
<Label Grid.Row="0"
|
||||
FontSize="20"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue