diff --git a/ClimateGoApp/app/src/debug/logo-playstore.png b/ClimateGoApp/app/src/debug/logo-playstore.png new file mode 100644 index 0000000..0bad5cf Binary files /dev/null and b/ClimateGoApp/app/src/debug/logo-playstore.png differ diff --git a/ClimateGoApp/app/src/debug/res/drawable/logo_foreground.xml b/ClimateGoApp/app/src/debug/res/drawable/logo_foreground.xml new file mode 100644 index 0000000..0761fda --- /dev/null +++ b/ClimateGoApp/app/src/debug/res/drawable/logo_foreground.xml @@ -0,0 +1,39 @@ + + + + + + + + + diff --git a/ClimateGoApp/app/src/debug/res/mipmap-anydpi-v26/logo.xml b/ClimateGoApp/app/src/debug/res/mipmap-anydpi-v26/logo.xml new file mode 100644 index 0000000..afa7595 --- /dev/null +++ b/ClimateGoApp/app/src/debug/res/mipmap-anydpi-v26/logo.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/ClimateGoApp/app/src/debug/res/mipmap-anydpi-v26/logo_round.xml b/ClimateGoApp/app/src/debug/res/mipmap-anydpi-v26/logo_round.xml new file mode 100644 index 0000000..afa7595 --- /dev/null +++ b/ClimateGoApp/app/src/debug/res/mipmap-anydpi-v26/logo_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/ClimateGoApp/app/src/debug/res/mipmap-hdpi/logo.png b/ClimateGoApp/app/src/debug/res/mipmap-hdpi/logo.png new file mode 100644 index 0000000..94f599f Binary files /dev/null and b/ClimateGoApp/app/src/debug/res/mipmap-hdpi/logo.png differ diff --git a/ClimateGoApp/app/src/debug/res/mipmap-hdpi/logo_round.png b/ClimateGoApp/app/src/debug/res/mipmap-hdpi/logo_round.png new file mode 100644 index 0000000..67b1537 Binary files /dev/null and b/ClimateGoApp/app/src/debug/res/mipmap-hdpi/logo_round.png differ diff --git a/ClimateGoApp/app/src/debug/res/mipmap-mdpi/logo.png b/ClimateGoApp/app/src/debug/res/mipmap-mdpi/logo.png new file mode 100644 index 0000000..86f888b Binary files /dev/null and b/ClimateGoApp/app/src/debug/res/mipmap-mdpi/logo.png differ diff --git a/ClimateGoApp/app/src/debug/res/mipmap-mdpi/logo_round.png b/ClimateGoApp/app/src/debug/res/mipmap-mdpi/logo_round.png new file mode 100644 index 0000000..f3747e6 Binary files /dev/null and b/ClimateGoApp/app/src/debug/res/mipmap-mdpi/logo_round.png differ diff --git a/ClimateGoApp/app/src/debug/res/mipmap-xhdpi/logo.png b/ClimateGoApp/app/src/debug/res/mipmap-xhdpi/logo.png new file mode 100644 index 0000000..1e361dc Binary files /dev/null and b/ClimateGoApp/app/src/debug/res/mipmap-xhdpi/logo.png differ diff --git a/ClimateGoApp/app/src/debug/res/mipmap-xhdpi/logo_round.png b/ClimateGoApp/app/src/debug/res/mipmap-xhdpi/logo_round.png new file mode 100644 index 0000000..1cbe2b9 Binary files /dev/null and b/ClimateGoApp/app/src/debug/res/mipmap-xhdpi/logo_round.png differ diff --git a/ClimateGoApp/app/src/debug/res/mipmap-xxhdpi/logo.png b/ClimateGoApp/app/src/debug/res/mipmap-xxhdpi/logo.png new file mode 100644 index 0000000..4dc422b Binary files /dev/null and b/ClimateGoApp/app/src/debug/res/mipmap-xxhdpi/logo.png differ diff --git a/ClimateGoApp/app/src/debug/res/mipmap-xxhdpi/logo_round.png b/ClimateGoApp/app/src/debug/res/mipmap-xxhdpi/logo_round.png new file mode 100644 index 0000000..e2cb13c Binary files /dev/null and b/ClimateGoApp/app/src/debug/res/mipmap-xxhdpi/logo_round.png differ diff --git a/ClimateGoApp/app/src/debug/res/mipmap-xxxhdpi/logo.png b/ClimateGoApp/app/src/debug/res/mipmap-xxxhdpi/logo.png new file mode 100644 index 0000000..4c7d03b Binary files /dev/null and b/ClimateGoApp/app/src/debug/res/mipmap-xxxhdpi/logo.png differ diff --git a/ClimateGoApp/app/src/debug/res/mipmap-xxxhdpi/logo_round.png b/ClimateGoApp/app/src/debug/res/mipmap-xxxhdpi/logo_round.png new file mode 100644 index 0000000..2a38f5a Binary files /dev/null and b/ClimateGoApp/app/src/debug/res/mipmap-xxxhdpi/logo_round.png differ diff --git a/ClimateGoApp/app/src/debug/res/values/logo_background.xml b/ClimateGoApp/app/src/debug/res/values/logo_background.xml new file mode 100644 index 0000000..eee1f15 --- /dev/null +++ b/ClimateGoApp/app/src/debug/res/values/logo_background.xml @@ -0,0 +1,4 @@ + + + #F3F3F3 + \ No newline at end of file diff --git a/ClimateGoApp/app/src/main/AndroidManifest.xml b/ClimateGoApp/app/src/main/AndroidManifest.xml index 059c05a..715dbe8 100644 --- a/ClimateGoApp/app/src/main/AndroidManifest.xml +++ b/ClimateGoApp/app/src/main/AndroidManifest.xml @@ -4,9 +4,9 @@ + + + + + + + + diff --git a/ClimateGoApp/app/src/main/res/mipmap-anydpi-v26/logo.xml b/ClimateGoApp/app/src/main/res/mipmap-anydpi-v26/logo.xml new file mode 100644 index 0000000..afa7595 --- /dev/null +++ b/ClimateGoApp/app/src/main/res/mipmap-anydpi-v26/logo.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/ClimateGoApp/app/src/main/res/mipmap-anydpi-v26/logo_round.xml b/ClimateGoApp/app/src/main/res/mipmap-anydpi-v26/logo_round.xml new file mode 100644 index 0000000..afa7595 --- /dev/null +++ b/ClimateGoApp/app/src/main/res/mipmap-anydpi-v26/logo_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/ClimateGoApp/app/src/main/res/mipmap-hdpi/logo.png b/ClimateGoApp/app/src/main/res/mipmap-hdpi/logo.png new file mode 100644 index 0000000..a829e3f Binary files /dev/null and b/ClimateGoApp/app/src/main/res/mipmap-hdpi/logo.png differ diff --git a/ClimateGoApp/app/src/main/res/mipmap-hdpi/logo_round.png b/ClimateGoApp/app/src/main/res/mipmap-hdpi/logo_round.png new file mode 100644 index 0000000..9583924 Binary files /dev/null and b/ClimateGoApp/app/src/main/res/mipmap-hdpi/logo_round.png differ diff --git a/ClimateGoApp/app/src/main/res/mipmap-mdpi/logo.png b/ClimateGoApp/app/src/main/res/mipmap-mdpi/logo.png new file mode 100644 index 0000000..56108a8 Binary files /dev/null and b/ClimateGoApp/app/src/main/res/mipmap-mdpi/logo.png differ diff --git a/ClimateGoApp/app/src/main/res/mipmap-mdpi/logo_round.png b/ClimateGoApp/app/src/main/res/mipmap-mdpi/logo_round.png new file mode 100644 index 0000000..bbf8976 Binary files /dev/null and b/ClimateGoApp/app/src/main/res/mipmap-mdpi/logo_round.png differ diff --git a/ClimateGoApp/app/src/main/res/mipmap-xhdpi/logo.png b/ClimateGoApp/app/src/main/res/mipmap-xhdpi/logo.png new file mode 100644 index 0000000..0092fd0 Binary files /dev/null and b/ClimateGoApp/app/src/main/res/mipmap-xhdpi/logo.png differ diff --git a/ClimateGoApp/app/src/main/res/mipmap-xhdpi/logo_round.png b/ClimateGoApp/app/src/main/res/mipmap-xhdpi/logo_round.png new file mode 100644 index 0000000..10f6261 Binary files /dev/null and b/ClimateGoApp/app/src/main/res/mipmap-xhdpi/logo_round.png differ diff --git a/ClimateGoApp/app/src/main/res/mipmap-xxhdpi/logo.png b/ClimateGoApp/app/src/main/res/mipmap-xxhdpi/logo.png new file mode 100644 index 0000000..ec3b268 Binary files /dev/null and b/ClimateGoApp/app/src/main/res/mipmap-xxhdpi/logo.png differ diff --git a/ClimateGoApp/app/src/main/res/mipmap-xxhdpi/logo_round.png b/ClimateGoApp/app/src/main/res/mipmap-xxhdpi/logo_round.png new file mode 100644 index 0000000..ee171e9 Binary files /dev/null and b/ClimateGoApp/app/src/main/res/mipmap-xxhdpi/logo_round.png differ diff --git a/ClimateGoApp/app/src/main/res/mipmap-xxxhdpi/logo.png b/ClimateGoApp/app/src/main/res/mipmap-xxxhdpi/logo.png new file mode 100644 index 0000000..a78349d Binary files /dev/null and b/ClimateGoApp/app/src/main/res/mipmap-xxxhdpi/logo.png differ diff --git a/ClimateGoApp/app/src/main/res/mipmap-xxxhdpi/logo_round.png b/ClimateGoApp/app/src/main/res/mipmap-xxxhdpi/logo_round.png new file mode 100644 index 0000000..1f74ca9 Binary files /dev/null and b/ClimateGoApp/app/src/main/res/mipmap-xxxhdpi/logo_round.png differ diff --git a/ClimateGoApp/app/src/main/res/values/logo_background.xml b/ClimateGoApp/app/src/main/res/values/logo_background.xml new file mode 100644 index 0000000..8f355a4 --- /dev/null +++ b/ClimateGoApp/app/src/main/res/values/logo_background.xml @@ -0,0 +1,4 @@ + + + #F0F0F0 + \ No newline at end of file