I read this question about disabling user interaction while ProgressBar is visible: How to disable user interaction while ProgressBar is visible in android?. But, isn't there a "cleaner" way to do it? Like in an xml attribute?
Asked
Active
Viewed 100 times
0
-
No, these's no way to disable all UI interaction while some element is visible. That's a point where you actually need to do some programming. – Gabe Sechan Aug 15 '18 at 20:23