From 7f0ba828fa6f87ad7144eee45dc08668f0f52559 Mon Sep 17 00:00:00 2001 From: Humberto Fraga Date: Sat, 10 Feb 2018 16:45:29 -0300 Subject: Adding new ic_launcher files --- core/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 +++++ .../main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 +++++ core/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 4628 bytes .../src/main/res/mipmap-hdpi/ic_launcher_foreground.png | Bin 0 -> 4876 bytes core/src/main/res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 4628 bytes core/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2752 bytes .../src/main/res/mipmap-mdpi/ic_launcher_foreground.png | Bin 0 -> 2884 bytes core/src/main/res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 2752 bytes core/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 6709 bytes .../main/res/mipmap-xhdpi/ic_launcher_foreground.png | Bin 0 -> 6980 bytes core/src/main/res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 6709 bytes core/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 10809 bytes .../main/res/mipmap-xxhdpi/ic_launcher_foreground.png | Bin 0 -> 12641 bytes core/src/main/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 10809 bytes core/src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 15604 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 0 -> 19600 bytes core/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 15604 bytes core/src/main/res/values/ic_launcher_background.xml | 4 ++++ 18 files changed, 14 insertions(+) create mode 100644 core/src/main/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 core/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 core/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 core/src/main/res/mipmap-hdpi/ic_launcher_foreground.png create mode 100644 core/src/main/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 core/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 core/src/main/res/mipmap-mdpi/ic_launcher_foreground.png create mode 100644 core/src/main/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 core/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 core/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png create mode 100644 core/src/main/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 core/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 core/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png create mode 100644 core/src/main/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 core/src/main/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 core/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png create mode 100644 core/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png create mode 100644 core/src/main/res/values/ic_launcher_background.xml (limited to 'core/src/main/res') diff --git a/core/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/core/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/core/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/core/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/core/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/src/main/res/mipmap-hdpi/ic_launcher.png b/core/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..12e9b3395 Binary files /dev/null and b/core/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/core/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/core/src/main/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..d687f94bb Binary files /dev/null and b/core/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/core/src/main/res/mipmap-hdpi/ic_launcher_round.png b/core/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..12e9b3395 Binary files /dev/null and b/core/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/core/src/main/res/mipmap-mdpi/ic_launcher.png b/core/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..1da13d374 Binary files /dev/null and b/core/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/core/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/core/src/main/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..2e7a4b74d Binary files /dev/null and b/core/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/core/src/main/res/mipmap-mdpi/ic_launcher_round.png b/core/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..1da13d374 Binary files /dev/null and b/core/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/core/src/main/res/mipmap-xhdpi/ic_launcher.png b/core/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..32b022ada Binary files /dev/null and b/core/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/core/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/core/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..5f90a1d11 Binary files /dev/null and b/core/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/core/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/core/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..32b022ada Binary files /dev/null and b/core/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/core/src/main/res/mipmap-xxhdpi/ic_launcher.png b/core/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..321600e15 Binary files /dev/null and b/core/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/core/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/core/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..d72ffedbb Binary files /dev/null and b/core/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/core/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/core/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..321600e15 Binary files /dev/null and b/core/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/core/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/core/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..ff2870dca Binary files /dev/null and b/core/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/core/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/core/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..0af16fadf Binary files /dev/null and b/core/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/core/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/core/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..ff2870dca Binary files /dev/null and b/core/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/core/src/main/res/values/ic_launcher_background.xml b/core/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..3df03b8f4 --- /dev/null +++ b/core/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #008AB8 + \ No newline at end of file -- cgit v1.2.3 From 45440d775fc562a8bbca1376abbbe09988ff15e2 Mon Sep 17 00:00:00 2001 From: Humberto Fraga Date: Sat, 10 Feb 2018 16:52:18 -0300 Subject: Removing old files and changing references. Splash screen now follows icon color. --- core/src/main/res/drawable-hdpi/ic_launcher.png | Bin 3887 -> 0 bytes core/src/main/res/drawable-ldpi/ic_launcher.png | Bin 1645 -> 0 bytes core/src/main/res/drawable-mdpi/ic_launcher.png | Bin 2359 -> 0 bytes core/src/main/res/drawable-xhdpi/ic_launcher.png | Bin 5519 -> 0 bytes core/src/main/res/drawable-xxhdpi/ic_launcher.png | Bin 9483 -> 0 bytes core/src/main/res/drawable/bg_splash.xml | 4 ++-- 6 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 core/src/main/res/drawable-hdpi/ic_launcher.png delete mode 100644 core/src/main/res/drawable-ldpi/ic_launcher.png delete mode 100644 core/src/main/res/drawable-mdpi/ic_launcher.png delete mode 100644 core/src/main/res/drawable-xhdpi/ic_launcher.png delete mode 100644 core/src/main/res/drawable-xxhdpi/ic_launcher.png (limited to 'core/src/main/res') diff --git a/core/src/main/res/drawable-hdpi/ic_launcher.png b/core/src/main/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index 8bd22b54a..000000000 Binary files a/core/src/main/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/core/src/main/res/drawable-ldpi/ic_launcher.png b/core/src/main/res/drawable-ldpi/ic_launcher.png deleted file mode 100644 index 494468020..000000000 Binary files a/core/src/main/res/drawable-ldpi/ic_launcher.png and /dev/null differ diff --git a/core/src/main/res/drawable-mdpi/ic_launcher.png b/core/src/main/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 219e8c5ab..000000000 Binary files a/core/src/main/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/core/src/main/res/drawable-xhdpi/ic_launcher.png b/core/src/main/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index 2dbfd8874..000000000 Binary files a/core/src/main/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/core/src/main/res/drawable-xxhdpi/ic_launcher.png b/core/src/main/res/drawable-xxhdpi/ic_launcher.png deleted file mode 100644 index 41b261b4f..000000000 Binary files a/core/src/main/res/drawable-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/core/src/main/res/drawable/bg_splash.xml b/core/src/main/res/drawable/bg_splash.xml index dd66e3083..32241ec22 100644 --- a/core/src/main/res/drawable/bg_splash.xml +++ b/core/src/main/res/drawable/bg_splash.xml @@ -2,12 +2,12 @@ + android:drawable="@color/ic_launcher_background"/> + android:src="@mipmap/ic_launcher_foreground"/> \ No newline at end of file -- cgit v1.2.3