Version 3.0.375

This commit is contained in:
Anja 2023-11-06 12:23:09 +01:00
parent 2c790239cb
commit ca080c87c0
194 changed files with 10092 additions and 10464 deletions

View file

@ -40,7 +40,7 @@
<Grid
Grid.Row="0"
IsVisible="True"
RowDefinitions="50,10"
RowDefinitions="50,Auto,10"
RowSpacing="0"
ColumnDefinitions="*,*">
@ -58,6 +58,7 @@
<Frame
Grid.Column="0"
Grid.Row="0"
Grid.RowSpan="2"
BackgroundColor="{DynamicResource process-step-upcoming}"
Padding="14,2,10,2"
HasShadow="False">
@ -97,8 +98,10 @@
<Label
Grid.Column="0"
Text="{x:Static resources:AppResources.MarkingRentalProcessCloseLockFirstStep}"
FontSize="Medium"
FontSize="17"
FontAttributes="Bold"
LineBreakMode="WordWrap"
MaxLines="2"
TextColor="White">
<Label.Triggers>
<MultiTrigger TargetType="Label">
@ -177,7 +180,7 @@
</Frame>
<Polygon
Grid.Column="0"
Grid.Row="1"
Grid.Row="2"
Points="0,0 20,0 10,10"
IsVisible="False"
HorizontalOptions="Center">
@ -212,6 +215,7 @@
<Frame
Grid.Column="1"
Grid.Row="0"
Grid.RowSpan="2"
BackgroundColor="{DynamicResource process-step-upcoming}"
Padding="14,2,10,2"
HasShadow="False">
@ -251,8 +255,10 @@
<Label
Grid.Column="0"
Text="{x:Static resources:AppResources.MarkingRentalProcessCloseLockSecondStep}"
FontSize="Medium"
FontSize="17"
FontAttributes="Bold"
LineBreakMode="WordWrap"
MaxLines="2"
TextColor="White"/>
<Image
Grid.Column="1"
@ -298,7 +304,7 @@
</Frame>
<Polygon
Grid.Column="1"
Grid.Row="1"
Grid.Row="2"
Points="0,0 20,0 10,10"
IsVisible="False"
HorizontalOptions="Center">

View file

@ -40,7 +40,7 @@
<Grid
Grid.Row="0"
IsVisible="True"
RowDefinitions="50,10"
RowDefinitions="50,Auto,10"
RowSpacing="0"
ColumnDefinitions="*,*,*">
@ -58,6 +58,7 @@
<Frame
Grid.Column="0"
Grid.Row="0"
Grid.RowSpan="2"
BackgroundColor="{DynamicResource process-step-upcoming}"
HasShadow="False"
Padding="14,2,10,2">
@ -103,8 +104,10 @@
<Label
Grid.Column="0"
Text="{x:Static resources:AppResources.MarkingRentalProcessEndRentalFirstStep}"
FontSize="Medium"
FontSize="17"
FontAttributes="Bold"
LineBreakMode="WordWrap"
MaxLines="2"
TextColor="White">
<Label.Triggers>
<MultiTrigger TargetType="Label">
@ -206,7 +209,7 @@
</Frame>
<Polygon
Grid.Column="0"
Grid.Row="1"
Grid.Row="2"
Points="0,0 20,0 10,10"
IsVisible="False"
HorizontalOptions="Center">
@ -241,6 +244,7 @@
<Frame
Grid.Column="1"
Grid.Row="0"
Grid.RowSpan="2"
BackgroundColor="{DynamicResource process-step-upcoming}"
HasShadow="False"
Padding="14,2,10,2">
@ -286,8 +290,10 @@
<Label
Grid.Column="0"
Text="{x:Static resources:AppResources.MarkingRentalProcessEndRentalSecondStep}"
FontSize="Medium"
FontSize="17"
FontAttributes="Bold"
LineBreakMode="WordWrap"
MaxLines="2"
TextColor="White">
<Label.Triggers>
<MultiTrigger TargetType="Label">
@ -366,7 +372,7 @@
</Frame>
<Polygon
Grid.Column="1"
Grid.Row="1"
Grid.Row="2"
Points="0,0 20,0 10,10"
IsVisible="False"
HorizontalOptions="Center">
@ -401,6 +407,7 @@
<Frame
Grid.Column="2"
Grid.Row="0"
Grid.RowSpan="2"
BackgroundColor="{DynamicResource process-step-upcoming}"
HasShadow="False"
Padding="14,2,10,2">
@ -446,8 +453,10 @@
<Label
Grid.Column="0"
Text="{x:Static resources:AppResources.MarkingRentalProcessEndRentalThirdStep}"
FontSize="Medium"
FontSize="17"
FontAttributes="Bold"
LineBreakMode="WordWrap"
MaxLines="2"
TextColor="White"/>
<Image
Grid.Column="1"
@ -493,7 +502,7 @@
</Frame>
<Polygon
Grid.Column="2"
Grid.Row="1"
Grid.Row="2"
Points="0,0 20,0 10,10"
IsVisible="False"
HorizontalOptions="Center">

View file

@ -51,7 +51,7 @@
Padding="0"
Margin="0">
<Label
Text="{x:Static resources:AppResources.ActionReturn}"
Text="{x:Static resources:AppResources.ActionEndRental}"
FontSize="Large"
TextColor="White"
HorizontalOptions="Center"

View file

@ -50,7 +50,7 @@
Padding="0"
Margin="0">
<Label
Text="{x:Static resources:AppResources.ActionClose}"
Text="{x:Static resources:AppResources.ActionCloseLock}"
FontSize="Large"
TextColor="White"
HorizontalOptions="Center"

View file

@ -63,7 +63,7 @@
<FontImageSource
Glyph="{StaticResource check}"
FontFamily="FA-S"
Size="Large"
Size="22"
Color="White"/>
</Image.Source>
</Image>