diff options
Diffstat (limited to 'app/src/debug')
-rw-r--r-- | app/src/debug/res/mipmap-hdpi/ic_launcher.webp | bin | 0 -> 4870 bytes | |||
-rw-r--r-- | app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp | bin | 0 -> 5828 bytes | |||
-rw-r--r-- | app/src/debug/res/mipmap-mdpi/ic_launcher.webp | bin | 0 -> 3096 bytes | |||
-rw-r--r-- | app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp | bin | 0 -> 3120 bytes | |||
-rw-r--r-- | app/src/debug/res/mipmap-xhdpi/ic_launcher.webp | bin | 0 -> 7118 bytes | |||
-rw-r--r-- | app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp | bin | 0 -> 9384 bytes | |||
-rw-r--r-- | app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp | bin | 0 -> 11658 bytes | |||
-rw-r--r-- | app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp | bin | 0 -> 18722 bytes | |||
-rw-r--r-- | app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp | bin | 0 -> 16960 bytes | |||
-rw-r--r-- | app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp | bin | 0 -> 32082 bytes | |||
-rw-r--r-- | app/src/debug/res/values/colors.xml | 8 |
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 Binary files differnew file mode 100644 index 00000000..5b266c22 --- /dev/null +++ b/app/src/debug/res/mipmap-hdpi/ic_launcher.webp diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp Binary files differnew file mode 100644 index 00000000..5b327a0e --- /dev/null +++ b/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher.webp b/app/src/debug/res/mipmap-mdpi/ic_launcher.webp Binary files differnew file mode 100644 index 00000000..f3a1ffd5 --- /dev/null +++ b/app/src/debug/res/mipmap-mdpi/ic_launcher.webp diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp Binary files differnew file mode 100644 index 00000000..e51822c1 --- /dev/null +++ b/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp Binary files differnew file mode 100644 index 00000000..034d724a --- /dev/null +++ b/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp Binary files differnew file mode 100644 index 00000000..18fa08da --- /dev/null +++ b/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp Binary files differnew file mode 100644 index 00000000..291580ea --- /dev/null +++ b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp Binary files differnew file mode 100644 index 00000000..17b8647f --- /dev/null +++ b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp Binary files differnew file mode 100644 index 00000000..024a6712 --- /dev/null +++ b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp Binary files differnew file mode 100644 index 00000000..55ea3223 --- /dev/null +++ b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp 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> |