In the LinearLayout
there is a WebView
and ProgressBar
element.
The WebView
is full screen.
And I try to show the ProgressBar
when WebView
is loading something.
But seems ProgressBar
is covered by WebView
and thus not visible.
And if I set WebView
to be invisible ,I can see that ProgressBar
.
So how can I show the ProgressBar
on top of the WebView
?