mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-18 15:37:42 +01:00
missing scroll view
This commit is contained in:
parent
a3716bc841
commit
7ed45c3535
@ -11,21 +11,23 @@
|
|||||||
<pages:SyncPageViewModel />
|
<pages:SyncPageViewModel />
|
||||||
</ContentPage.BindingContext>
|
</ContentPage.BindingContext>
|
||||||
|
|
||||||
<StackLayout Spacing="10"
|
<ScrollView>
|
||||||
Padding="10, 5"
|
<StackLayout Spacing="10"
|
||||||
VerticalOptions="Center"
|
Padding="10, 5"
|
||||||
HorizontalOptions="FillAndExpand">
|
VerticalOptions="Center"
|
||||||
<Button Text="{u:I18n SyncVaultNow}"
|
HorizontalOptions="FillAndExpand">
|
||||||
Clicked="Sync_Clicked"></Button>
|
<Button Text="{u:I18n SyncVaultNow}"
|
||||||
<Label StyleClass="text-muted, text-sm" HorizontalTextAlignment="Center">
|
Clicked="Sync_Clicked"></Button>
|
||||||
<Label.FormattedText>
|
<Label StyleClass="text-muted, text-sm" HorizontalTextAlignment="Center">
|
||||||
<FormattedString>
|
<Label.FormattedText>
|
||||||
<Span Text="{u:I18n LastSync}" />
|
<FormattedString>
|
||||||
<Span Text=" " />
|
<Span Text="{u:I18n LastSync}" />
|
||||||
<Span Text="{Binding LastSync}" />
|
<Span Text=" " />
|
||||||
</FormattedString>
|
<Span Text="{Binding LastSync}" />
|
||||||
</Label.FormattedText>
|
</FormattedString>
|
||||||
</Label>
|
</Label.FormattedText>
|
||||||
</StackLayout>
|
</Label>
|
||||||
|
</StackLayout>
|
||||||
|
</ScrollView>
|
||||||
|
|
||||||
</pages:BaseContentPage>
|
</pages:BaseContentPage>
|
||||||
|
Loading…
Reference in New Issue
Block a user