Reputation: 210
how is possible to get the activity indicator always in the center of the screen independently if the page starts with a ScrollView or StackLayout or RelativeLayout ? When for example I have a Scrollview page, the activity indicator is scrolling together with the content, and therefore in some cases no longer visible, but I would like to get it always on the center of the screen, doesn't matter if I have scrolled the content or not.
Thank you in advance for any help!!
Upvotes: 2
Views: 1360
Reputation: 5768
I suggest to you to use this library that can visualize a loading image in the center of the screen
Upvotes: 1