Let's say I have the following TextView
:
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
In the past when I wanted to add a new attribute I would put the cursor before /> hit enter and the cursor would move to the next align aligned with the start of the previous line. Now for some reason when I hit enter it goes to the next line but to the start of the file, it doesn't indent automatically, which is pretty annoying. I hit enter and the new line appears like this:
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="text"/>
What's going on? I did change the version of Android Studio. I was running the stable one but decided to try the beta.