Hi
I would like this to show after typing a xml element
but not this:
Is there a way to get Android Studio to do this?
Thank you
I would like this to show after typing a xml element
Code:
<TextView
android:layout_width=""
android:layout_height=""
/>
Code:
<TextView
android:layout_width=""
android:layout_height=""/>
Thank you