From 1d7ec5ba6f230fa23e33426f5eecf801e2ab5d26 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 14 Jul 2020 16:23:39 +0530 Subject: Add debug icon and update color palette (#931) --- app/src/debug/res/mipmap-hdpi/ic_launcher.webp | Bin 0 -> 4870 bytes .../debug/res/mipmap-hdpi/ic_launcher_foreground.webp | Bin 0 -> 5828 bytes app/src/debug/res/mipmap-mdpi/ic_launcher.webp | Bin 0 -> 3096 bytes .../debug/res/mipmap-mdpi/ic_launcher_foreground.webp | Bin 0 -> 3120 bytes app/src/debug/res/mipmap-xhdpi/ic_launcher.webp | Bin 0 -> 7118 bytes .../debug/res/mipmap-xhdpi/ic_launcher_foreground.webp | Bin 0 -> 9384 bytes app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp | Bin 0 -> 11658 bytes .../debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp | Bin 0 -> 18722 bytes app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 0 -> 16960 bytes .../res/mipmap-xxxhdpi/ic_launcher_foreground.webp | Bin 0 -> 32082 bytes app/src/debug/res/values/colors.xml | 8 -------- 11 files changed, 8 deletions(-) create mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher.webp create mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher.webp create mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher.webp create mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp create mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp delete mode 100644 app/src/debug/res/values/colors.xml (limited to 'app/src/debug/res') diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher.webp b/app/src/debug/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 00000000..5b266c22 Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..5b327a0e Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher.webp b/app/src/debug/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 00000000..f3a1ffd5 Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..e51822c1 Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 00000000..034d724a Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..18fa08da Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp new file mode 100644 index 00000000..291580ea Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..17b8647f Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 00000000..024a6712 Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..55ea3223 Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp differ diff --git a/app/src/debug/res/values/colors.xml b/app/src/debug/res/values/colors.xml deleted file mode 100644 index 650d6818..00000000 --- a/app/src/debug/res/values/colors.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - #fcd1c5 - -- cgit v1.2.3