mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 05:47:28 +02:00
Version 3.0.339
This commit is contained in:
parent
0468955d49
commit
52c9f6f1d9
43 changed files with 993 additions and 614 deletions
|
@ -1,28 +1,31 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ContentView xmlns="http://xamarin.com/schemas/2014/forms"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
xmlns:version="clr-namespace:ShareeSharedGuiLib.View"
|
||||
xmlns:local="clr-namespace:TINK.View;assembly=TINKLib"
|
||||
x:Class="TINK.View.RootShell.FlyoutFooter">
|
||||
<Grid Padding="20,0,0,20">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="35"/>
|
||||
<RowDefinition Height="20" />
|
||||
</Grid.RowDefinitions>
|
||||
<Image
|
||||
<ContentView.Content>
|
||||
<Grid Padding="20,0,0,0">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="35" />
|
||||
<RowDefinition Height="20"/>
|
||||
<RowDefinition Height="30" />
|
||||
</Grid.RowDefinitions>
|
||||
<Image
|
||||
Grid.Row="0"
|
||||
HeightRequest="35"
|
||||
HorizontalOptions="StartAndExpand"
|
||||
Aspect="AspectFit"
|
||||
Source="konrad_nobg.png" />
|
||||
<Label
|
||||
<Label
|
||||
Grid.Row="1"
|
||||
HorizontalOptions="Start"
|
||||
FontSize="12"
|
||||
TextColor="{DynamicResource primary-back-title-color}"
|
||||
TextType="Html"
|
||||
Text="Powered by <b>Stadtwerke Konstanz</b>"/>
|
||||
<!--<Label
|
||||
Grid.Row="1"
|
||||
<!--<Label
|
||||
Grid.Row="2"
|
||||
HorizontalOptions="Start"
|
||||
FontSize="12"
|
||||
TextColor="{DynamicResource primary-back-title-color}">
|
||||
|
@ -34,6 +37,8 @@
|
|||
Url="https://www.stadtwerke-konstanz.de" />
|
||||
</FormattedString>
|
||||
</Label.FormattedText>
|
||||
</Label>-->
|
||||
</Grid>
|
||||
</ContentView>
|
||||
</Label>-->
|
||||
<version:VersionNumberView x:Name="VersionNumber" Grid.Row="2"/>
|
||||
</Grid>
|
||||
</ContentView.Content>
|
||||
</ContentView>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue