diff --git a/configs/codestyles/SquareAndroid.xml b/configs/codestyles/SquareAndroid.xml
index 2ccd565..a3cb906 100644
--- a/configs/codestyles/SquareAndroid.xml
+++ b/configs/codestyles/SquareAndroid.xml
@@ -295,28 +295,40 @@
- xmlns:android
+
+ xmlns:android
+
+
- xmlns:.*
+
+ xmlns:.*
+
+
BY_NAME
@@ -326,6 +338,7 @@
.*:id
+
http://schemas.android.com/apk/res/android
@@ -346,6 +359,7 @@
.*:layout_width
+
http://schemas.android.com/apk/res/android
@@ -356,6 +370,7 @@
.*:layout_height
+
http://schemas.android.com/apk/res/android
@@ -366,6 +381,7 @@
.*:layout_.*
+
http://schemas.android.com/apk/res/android
@@ -377,6 +393,7 @@
.*
+
http://schemas.android.com/apk/res/android
@@ -388,6 +405,7 @@
app:layout_.*
+
http://schemas.android.com/apk/res-auto
@@ -397,7 +415,10 @@
- .*(?<!style)$
+
+ .*(?<!style)$
+
+
BY_NAME
@@ -405,7 +426,10 @@