anon
anon

Reputation:

Automatically reorganising attributes in Android XML files

In many of my layout files, I have a different order of XML attributes and I would like to reorder them, so that e.g. android:id="" be always the first and android:layout_below="" would always be the last (choosing priorities for all the other attributes as well).

Is there any tool I could use to do this automatically? I am working on Eclipse.

Upvotes: 0

Views: 41

Answers (1)

Looking Forward
Looking Forward

Reputation: 3585

You can press ctrl+shift+f to reorganising in xml layout

Upvotes: 1

Related Questions