From fa5f94033905fe387dbae1c3c7f303053cbfc5df Mon Sep 17 00:00:00 2001 From: Pavel Potanin Date: Wed, 4 Sep 2019 21:40:11 +0300 Subject: [PATCH] Android Studio 3.5 Upgrade XML --- configs/codestyles/SquareAndroid.xml | 36 +++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 6 deletions(-) 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 @@
- class + + class + +
- layout + + layout + +
- 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 @@
- style + + style + +