Hi,
I have a content page that is a scrollview page. I need to place my activity indicator in middle of the screen. So even if the screen is scrolled, the activity indicator will be in middle of the screen. I have tried with Relative layout, but the indicator is scrolling along with page. I need it to stick to the center of the screen even if the back scrollview is scrolled. Can anyone please suggest with code structure.
Thanks