Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The nodata.png is not centered on the screen - fix #128

Open
judismith opened this issue Apr 26, 2024 · 1 comment
Open

The nodata.png is not centered on the screen - fix #128

judismith opened this issue Apr 26, 2024 · 1 comment

Comments

@judismith
Copy link

In the video at 3:43:45 the image on nodata.png is displayed as being centered on the screen. The code demonstrated does not result in a centered image. Additionally, the code in the Read Me also does not result in the image being centered. However, the following code does work:

<CollectionView.EmptyView> <Grid HorizontalOptions="Fill" VerticalOptions="Fill"> <Image Source="nodata.png" HeightRequest="160" WidthRequest="160" Aspect="AspectFill"> </Image> </Grid> </CollectionView.EmptyView>

@jamesmontemagno
Copy link
Collaborator

Yeah, I think i made adjustments to it as I was able to get it centered on some operating systems and not on others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants