diff options
Diffstat (limited to 'app/src/debug')
25 files changed, 96 insertions, 0 deletions
diff --git a/app/src/debug/ic_launcher-playstore.png b/app/src/debug/ic_launcher-playstore.png Binary files differnew file mode 100644 index 00000000..d93ce3cf --- /dev/null +++ b/app/src/debug/ic_launcher-playstore.png diff --git a/app/src/debug/res/drawable-v24/ic_launcher_foreground.xml b/app/src/debug/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 00000000..c14f1e6f --- /dev/null +++ b/app/src/debug/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> + +<vector xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:aapt="http://schemas.android.com/aapt" + android:width="108dp" + android:height="108dp" + android:viewportWidth="432" + android:viewportHeight="432"> + <path android:pathData="M128.18,195.79C126.46,181.89 137.12,169.6 150.91,169.6H281.09C294.91,169.6 305.59,181.95 303.8,195.88L292.58,283.72C291.09,295.32 281.37,304 269.86,304H161.8C150.26,304 140.51,295.27 139.07,283.63L128.18,195.79Z"> + <aapt:attr name="android:fillColor"> + <gradient + android:endX="216" + android:endY="304" + android:startX="216" + android:startY="169.6" + android:type="linear"> + <item + android:color="#FFFFA800" + android:offset="0" /> + <item + android:color="#FFFF6341" + android:offset="1" /> + </gradient> + </aapt:attr> + </path> + <path android:pathData="M245.33,169.6V160C245.33,144.09 232.2,131.2 216,131.2C199.8,131.2 186.67,144.09 186.67,160V169.6H167.11V160C167.11,133.49 189,112 216,112C243,112 264.89,133.49 264.89,160V169.6H245.33Z"> + <aapt:attr name="android:fillColor"> + <gradient + android:centerX="216" + android:centerY="169.6" + android:gradientRadius="33.6" + android:type="radial"> + <item + android:color="#FFD1004B" + android:offset="0.24" /> + <item + android:color="#FFFFD749" + android:offset="0.75" /> + </gradient> + </aapt:attr> + </path> + <path + android:fillColor="#FFD749" + android:pathData="M245.33,169.6h19.56v38.4h-19.56z" /> + <path + android:fillColor="#FFD749" + android:pathData="M245.33,217.6h19.56v48h-19.56z" /> + <path + android:fillColor="#FFD749" + android:pathData="M239.11,205.19l13.83,13.58l-34.57,33.94l-13.83,-13.58z" /> + <path + android:fillColor="#FFFFF0" + android:pathData="M235.56,208a19.56,19.2 0,1 0,39.11 0a19.56,19.2 0,1 0,-39.11 0z" /> + <path + android:fillColor="#FFFFF0" + android:pathData="M235.56,275.2a19.56,19.2 0,1 0,39.11 0a19.56,19.2 0,1 0,-39.11 0z" /> + <path + android:fillColor="#FFFFF0" + android:pathData="M204.54,252.71m-13.83,-13.58a19.56,19.2 0,1 1,27.66 27.15a19.56,19.2 0,1 1,-27.66 -27.15" /> +</vector> diff --git a/app/src/debug/res/drawable/ic_launcher_background.xml b/app/src/debug/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..f7c2be3e --- /dev/null +++ b/app/src/debug/res/drawable/ic_launcher_background.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> + +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="108dp" + android:height="108dp" + android:viewportWidth="432" + android:viewportHeight="432"> + <path + android:fillColor="#5E0033" + android:pathData="M0,0h432v432h-432z" /> +</vector> diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..6067a8c7 --- /dev/null +++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> + +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> + <background android:drawable="@drawable/ic_launcher_background" /> + <foreground android:drawable="@drawable/ic_launcher_foreground" /> + <monochrome android:drawable="@drawable/ic_launcher_foreground_monochrome" /> +</adaptive-icon> diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..28204caa --- /dev/null +++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> + +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> + <background android:drawable="@drawable/ic_launcher_background" /> + <foreground android:drawable="@drawable/ic_launcher_foreground" /> +</adaptive-icon> diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher.png b/app/src/debug/res/mipmap-hdpi/ic_launcher.png Binary files differnew file mode 100644 index 00000000..a3b28da5 --- /dev/null +++ b/app/src/debug/res/mipmap-hdpi/ic_launcher.png diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher.webp b/app/src/debug/res/mipmap-hdpi/ic_launcher.webp Binary files differdeleted file mode 100644 index 5b266c22..00000000 --- a/app/src/debug/res/mipmap-hdpi/ic_launcher.webp +++ /dev/null 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 differdeleted file mode 100644 index 5b327a0e..00000000 --- a/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp +++ /dev/null diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png Binary files differnew file mode 100644 index 00000000..a3b28da5 --- /dev/null +++ b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher.png b/app/src/debug/res/mipmap-mdpi/ic_launcher.png Binary files differnew file mode 100644 index 00000000..0be8ba3c --- /dev/null +++ b/app/src/debug/res/mipmap-mdpi/ic_launcher.png diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher.webp b/app/src/debug/res/mipmap-mdpi/ic_launcher.webp Binary files differdeleted file mode 100644 index f3a1ffd5..00000000 --- a/app/src/debug/res/mipmap-mdpi/ic_launcher.webp +++ /dev/null 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 differdeleted file mode 100644 index e51822c1..00000000 --- a/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp +++ /dev/null diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png Binary files differnew file mode 100644 index 00000000..0be8ba3c --- /dev/null +++ b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png Binary files differnew file mode 100644 index 00000000..02a4af49 --- /dev/null +++ b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp Binary files differdeleted file mode 100644 index 034d724a..00000000 --- a/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp +++ /dev/null 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 differdeleted file mode 100644 index 18fa08da..00000000 --- a/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp +++ /dev/null diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png Binary files differnew file mode 100644 index 00000000..02a4af49 --- /dev/null +++ b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png Binary files differnew file mode 100644 index 00000000..9d32c97c --- /dev/null +++ b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp Binary files differdeleted file mode 100644 index 291580ea..00000000 --- a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp +++ /dev/null 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 differdeleted file mode 100644 index 17b8647f..00000000 --- a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp +++ /dev/null diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png Binary files differnew file mode 100644 index 00000000..9d32c97c --- /dev/null +++ b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png Binary files differnew file mode 100644 index 00000000..d7d4ef18 --- /dev/null +++ b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp Binary files differdeleted file mode 100644 index 024a6712..00000000 --- a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp +++ /dev/null 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 differdeleted file mode 100644 index 55ea3223..00000000 --- a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +++ /dev/null diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png Binary files differnew file mode 100644 index 00000000..d7d4ef18 --- /dev/null +++ b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png |