From c56705f4cbcdb155b479b333a84bd1e79728a4e0 Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 23 Aug 2019 12:55:50 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .idea/codeStyles/Project.xml | 116 ++++++ .idea/navEditor.xml | 386 +++++++++++++++++- app/build.gradle | 14 +- build.gradle | 4 +- card-android/build.gradle | 14 +- .../android/nfc/NfcLifecycleObserver.kt | 15 +- gradle/wrapper/gradle-wrapper.properties | 4 +- 7 files changed, 533 insertions(+), 20 deletions(-) create mode 100644 .idea/codeStyles/Project.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000000..681f41ae2a --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,116 @@ + + + + + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
+
+
\ No newline at end of file diff --git a/.idea/navEditor.xml b/.idea/navEditor.xml index 5227e32389..18a4c9b1d1 100644 --- a/.idea/navEditor.xml +++ b/.idea/navEditor.xml @@ -8,15 +8,397 @@