I need to show Progress circle attached over to the TextView but it should be in such way that it wont resist the user to tap on other screen components. something like this

Any clue?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Wrap the textview and a Progress bar widget in an appropriate layout. More on ProgressBar here:
http://developer.android.com/reference/android/widget/ProgressBar.html