summaryrefslogtreecommitdiff
path: root/app/src/debug
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-07-14 16:23:39 +0530
committerGitHub <noreply@github.com>2020-07-14 16:23:39 +0530
commit1d7ec5ba6f230fa23e33426f5eecf801e2ab5d26 (patch)
tree7b721080359bb196dfd243aff2a264fc4c7a3156 /app/src/debug
parent681c557e9ef174543c290aff4346a52326ba3950 (diff)
Add debug icon and update color palette (#931)
Diffstat (limited to 'app/src/debug')
-rw-r--r--app/src/debug/res/mipmap-hdpi/ic_launcher.webpbin0 -> 4870 bytes
-rw-r--r--app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webpbin0 -> 5828 bytes
-rw-r--r--app/src/debug/res/mipmap-mdpi/ic_launcher.webpbin0 -> 3096 bytes
-rw-r--r--app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webpbin0 -> 3120 bytes
-rw-r--r--app/src/debug/res/mipmap-xhdpi/ic_launcher.webpbin0 -> 7118 bytes
-rw-r--r--app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webpbin0 -> 9384 bytes
-rw-r--r--app/src/debug/res/mipmap-xxhdpi/ic_launcher.webpbin0 -> 11658 bytes
-rw-r--r--app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webpbin0 -> 18722 bytes
-rw-r--r--app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webpbin0 -> 16960 bytes
-rw-r--r--app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webpbin0 -> 32082 bytes
-rw-r--r--app/src/debug/res/values/colors.xml8
11 files changed, 0 insertions, 8 deletions
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
--- /dev/null
+++ b/app/src/debug/res/mipmap-hdpi/ic_launcher.webp
Binary files 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
--- /dev/null
+++ b/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp
Binary files 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
--- /dev/null
+++ b/app/src/debug/res/mipmap-mdpi/ic_launcher.webp
Binary files 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
--- /dev/null
+++ b/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp
Binary files 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
--- /dev/null
+++ b/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp
Binary files 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
--- /dev/null
+++ b/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp
Binary files 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
--- /dev/null
+++ b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp
Binary files 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
--- /dev/null
+++ b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp
Binary files 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
--- /dev/null
+++ b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp
Binary files 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
--- /dev/null
+++ b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
Binary files 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 @@
-<?xml version="1.0" encoding="utf-8"?><!--
- ~ Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved.
- ~ SPDX-License-Identifier: GPL-3.0-only
- -->
-
-<resources>
- <color name="ic_launcher_background">#fcd1c5</color>
-</resources>