diff --git a/kotlin.md b/kotlin.md index b45821f..08354ff 100644 --- a/kotlin.md +++ b/kotlin.md @@ -293,3 +293,8 @@ Example of well formatted xml: ``` + +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.