Skip to content

Commit

Permalink
Add tip about auto-sorting in android studio #59
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał Kowalski committed Aug 5, 2019
1 parent 5272424 commit ca8e144
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,8 @@ Example of well formatted xml:

</FrameLayout>
```

Android Studio provides a feature that allows you automatically sort and
reformat layout. Just use a shortcut `Shift + Ctrl + l`. It works quite well
and can be helpful during development process, but you have to pay
attention to be sure, it respects rules above.

0 comments on commit ca8e144

Please sign in to comment.