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?
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