I want to use the progress bar with rounded circle and with loading.... text in my application. I have searched more. But still not getting the clear idea.
Default Bar:

Expected Bar:

Note: I want to do this only in xml file for webview. Could anybody please help me
You should code your custom webview client where you can implement your logic to show custom dialog on page load and hide on page finish.
Take a look at Android WebView and the Indeterminant Progress Solution
What does it mean? Do you want to change the UI of progress bar?
If yes then take a look at my blog for Customization of circular progress bar, which can help you to change the UI.