When I edit layout.xml I input "<"Text and press Ctrl+Space, see TextView in a list and press Enter to add TextView-element on the file. IDE insert the following:
<TextView android:layout_width="" android:layout_height=""/>
How to edit this code template that IDE insert code in the following format:
<TextView
android:layout_width=""
android:layout_height=""
/>