Android Studio's reformat code ignores the first 2 Matching rules I've configured, rule for placing xmlns:android attribute as the first attribute and xmlns:.* attributes right below it.
Are my rules right defined? Is this a bug in Android Studio?
I'm using Android Studio 2.0 beta 5.
So, I've got the answer thanks to my colleague.
.*
as namespace for xmlns:.*
rules