mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
missing scroll view
This commit is contained in:
parent
a3716bc841
commit
7ed45c3535
1 changed files with 18 additions and 16 deletions
|
@ -11,6 +11,7 @@
|
|||
<pages:SyncPageViewModel />
|
||||
</ContentPage.BindingContext>
|
||||
|
||||
<ScrollView>
|
||||
<StackLayout Spacing="10"
|
||||
Padding="10, 5"
|
||||
VerticalOptions="Center"
|
||||
|
@ -27,5 +28,6 @@
|
|||
</Label.FormattedText>
|
||||
</Label>
|
||||
</StackLayout>
|
||||
</ScrollView>
|
||||
|
||||
</pages:BaseContentPage>
|
||||
|
|
Loading…
Reference in a new issue