samedi 28 février 2015

xml self closing tag on a new line topic






Hi
I would like this to show after typing a xml element

Code:


    <TextView
        android:layout_width=""
        android:layout_height=""
    />


but not this:


Code:


  <TextView
        android:layout_width=""
        android:layout_height=""/>


Is there a way to get Android Studio to do this?

Thank you






Aucun commentaire:

Enregistrer un commentaire