I am using Android Studio 2.2.3 on Mac. Whenever I add a new element to the layout XML resource, the attributes layout_widthboth layout_heightend automatically and the cursor moves to the value layout_width(this is normal).
The problem is that in a very short time without any action pop-up window with the documentation match_parentor wrap_content, and I have to manually close the window before I can enter your value layout_width. Then the cursor moves to layout_heightand repeats the same procedure again and again. This is very annoying when adding new views.
Can someone repeat this problem or does anyone know how to prevent it?
Below is the GIF animation of the problem:

source
share