From 82abe165ca845d165ef5494754a67c9c33601716 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 21 Jul 2020 01:49:40 +1000 Subject: [PATCH 1/2] Add gold color --- .idea/codeStyles/Project.xml | 116 ++++++++++++++++++ .idea/gradle.xml | 6 +- app/app.iml | 3 +- app/build.gradle | 6 +- .../teamtreehouse/funfacts/ColorWheel.java | 3 +- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 3 +- 7 files changed, 130 insertions(+), 9 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 0000000..681f41a --- /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/gradle.xml b/.idea/gradle.xml index bd4202c..54b3e5c 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,9 +1,12 @@ + diff --git a/app/app.iml b/app/app.iml index 1593039..93ac62c 100644 --- a/app/app.iml +++ b/app/app.iml @@ -4,12 +4,13 @@