mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-31 23:45:39 +00:00
Loader PdfView
This commit is contained in:
parent
85be3862f6
commit
de005f362d
1 changed files with 7 additions and 5 deletions
|
|
@ -4,12 +4,14 @@
|
|||
xmlns:views="clr-namespace:AideDeJeu.Views"
|
||||
x:Class="AideDeJeu.Views.PlayerCharacter.PdfViewPage">
|
||||
<ContentPage.Content>
|
||||
<StackLayout>
|
||||
<Label Text="{Binding PdfFile.Result}"
|
||||
<Grid>
|
||||
<ActivityIndicator
|
||||
IsRunning="{Binding PdfFile.IsNotCompleted}"
|
||||
IsVisible="{Binding PdfFile.IsNotCompleted}"
|
||||
VerticalOptions="CenterAndExpand"
|
||||
HorizontalOptions="CenterAndExpand" />
|
||||
|
||||
<views:PdfView Uri="{Binding PdfFile.Result}" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand"/>
|
||||
</StackLayout>
|
||||
<views:PdfView IsVisible="{Binding PdfFile.IsSuccessfullyCompleted}" Uri="{Binding PdfFile.Result}" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand"/>
|
||||
</Grid>
|
||||
</ContentPage.Content>
|
||||
</ContentPage>
|
||||
Loading…
Add table
Add a link
Reference in a new issue