When I edit XML files in Android Studio, for some reason, it lags behind scrolling, input, or anything else. But when I edit the .java files, this is not a problem.
Any ideas on how I can prevent these sudden bursts? They are really annoying when you need to scroll through a 500-line xml file, but only 10 seconds on a double java file ... My opinion, is there any way to stabilize this?
I am using Android Studio 2.0.0
To make clair, I'm talking about the source code of an XML file, not a visualized release
source share