Search code examples
androidlayouttextviewloaderprogressdialog

Show progress dialog attached over to textview


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

enter image description here

Any clue?


Solution

  • 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