diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-14 16:23:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 16:23:39 +0530 |
commit | 1d7ec5ba6f230fa23e33426f5eecf801e2ab5d26 (patch) | |
tree | 7b721080359bb196dfd243aff2a264fc4c7a3156 /app/src/debug/res/values | |
parent | 681c557e9ef174543c290aff4346a52326ba3950 (diff) |
Add debug icon and update color palette (#931)
Diffstat (limited to 'app/src/debug/res/values')
-rw-r--r-- | app/src/debug/res/values/colors.xml | 8 |
1 files changed, 0 insertions, 8 deletions
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> |