I am using a custom ProgressBar. Now while a task is going on, I am showing the progress bar, but user can still interact with the views and controls. How do I disable the
just set:
android:clickable="true"
in your xml
Only this makes magic!