diff options
Diffstat (limited to 'app/src/debug')
-rw-r--r-- | app/src/debug/res/drawable/ic_launcher_foreground.xml | 5 | ||||
-rw-r--r-- | app/src/debug/res/values/colors.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/app/src/debug/res/drawable/ic_launcher_foreground.xml b/app/src/debug/res/drawable/ic_launcher_foreground.xml index 30de0468..19459fbd 100644 --- a/app/src/debug/res/drawable/ic_launcher_foreground.xml +++ b/app/src/debug/res/drawable/ic_launcher_foreground.xml @@ -1,3 +1,8 @@ +<!-- + ~ Copyright © 2014-2020 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" diff --git a/app/src/debug/res/values/colors.xml b/app/src/debug/res/values/colors.xml index 7700c908..1388838d 100644 --- a/app/src/debug/res/values/colors.xml +++ b/app/src/debug/res/values/colors.xml @@ -1,4 +1,9 @@ <?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> |