While fiddling with the layout in Android Studio I somehow turned my logcat window into a floating window. I cannot for the life of me restore it to docked mode.
To sum up the Dave Cole's answer: all you need to do is:
Android Studio
directory..config/options/runner.layout.xml
, open it with some text editor.Find the following piece of code:
And change the "window"
option's value to 0: .
Save the file, now your logcat window is in docked mode.