diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-14 11:31:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 11:31:37 +0530 |
commit | 7f3aceaf11ce69a121ea0d9bd62e38953184e40c (patch) | |
tree | 8a1053517e07f4ddef077804e57df7a4e7675507 /app/src/main/res/mipmap-anydpi-v26 | |
parent | 5d60f1304f5bf3ac8cc86880af6e68f45673ed8e (diff) |
Fix navigation bar theming and reformat (#930)
Diffstat (limited to 'app/src/main/res/mipmap-anydpi-v26')
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 6 | ||||
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 3ba4e35c..3486e4a5 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,4 +1,8 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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 + --> + <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background" /> <foreground android:drawable="@mipmap/ic_launcher_foreground" /> diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 3ba4e35c..3486e4a5 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,4 +1,8 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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 + --> + <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background" /> <foreground android:drawable="@mipmap/ic_launcher_foreground" /> |