mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-21 20:46:28 +02:00
Version 3.0.357
This commit is contained in:
parent
5980410182
commit
5c0b2e70c9
84 changed files with 1012 additions and 449 deletions
|
@ -97,7 +97,7 @@
|
|||
|
||||
<!--While process is running-->
|
||||
<sharedGui:RunningProcessViewBay
|
||||
IsVisible="{Binding IsRunning}"
|
||||
IsVisible="{Binding IsProcessWithRunningProcessView}"
|
||||
Grid.Row="1"/>
|
||||
|
||||
</Grid>
|
||||
|
|
|
@ -36,8 +36,8 @@
|
|||
FontSize="Small"
|
||||
VerticalOptions="Center"
|
||||
HorizontalOptions="FillAndExpand"/>
|
||||
<ActivityIndicator IsRunning="{Binding IsRunning}"
|
||||
IsVisible="{Binding IsRunning}"
|
||||
<ActivityIndicator IsRunning="{Binding IsProcessWithRunningProcessView}"
|
||||
IsVisible="{Binding IsProcessWithRunningProcessView}"
|
||||
HeightRequest="20"
|
||||
VerticalOptions="CenterAndExpand"
|
||||
HorizontalOptions="End">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
|
||||
using System.Globalization;
|
||||
using Serilog;
|
||||
using TINK.ViewModel.CopriWebView;
|
||||
|
@ -48,4 +48,4 @@ namespace TINK.View.CopriWebView
|
|||
App.ModelRoot.NextActiveUri.Host);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
<!--While process is running-->
|
||||
<sharedGui:RunningProcessViewBay
|
||||
Grid.Row="0"
|
||||
IsVisible="{Binding IsRunning}"/>
|
||||
IsVisible="{Binding IsProcessWithRunningProcessView}"/>
|
||||
|
||||
</Grid>
|
||||
|
||||
|
|
|
@ -93,8 +93,8 @@
|
|||
<ActivityIndicator
|
||||
Grid.RowSpan="4"
|
||||
Grid.ColumnSpan="3"
|
||||
IsRunning="{Binding IsRunning}"
|
||||
IsVisible="{Binding IsRunning}"
|
||||
IsRunning="{Binding IsProcessWithRunningProcessView}"
|
||||
IsVisible="{Binding IsProcessWithRunningProcessView}"
|
||||
Scale="2"
|
||||
VerticalOptions="CenterAndExpand"
|
||||
HorizontalOptions="CenterAndExpand"
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<!--While process is running-->
|
||||
<sharedGui:RunningProcessViewBay
|
||||
Grid.Row="0"
|
||||
IsVisible="{Binding IsRunning}"/>
|
||||
IsVisible="{Binding IsProcessWithRunningProcessView}"/>
|
||||
|
||||
</Grid>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue