Using following code:
ProgressDialog pd = new ProgressDialog(activity);
pd.setProgressStyle(ProgressDialog.STYLE_SPINNER);
pd.show();
This shows spinning progress wheel, but it has a rectangle with white spaces on both sides.
I only need the spinning wheel, nothing else. And also possibly style it better.