From a8828e3878dcf465e7a0f0ee081dcf17309ba9ae Mon Sep 17 00:00:00 2001 From: flawedworld Date: Sun, 6 Feb 2022 00:17:13 +0000 Subject: [PATCH] replace icon --- .../res/drawable/ic_launcher_foreground.xml | 53 +++++++++---------- app/src/main/res/values/colors.xml | 3 +- 2 files changed, 26 insertions(+), 30 deletions(-) diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml index f31de59..86c3527 100644 --- a/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -1,30 +1,27 @@ - - - + Copyright (C) 2021 Google Inc. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> - - - - - - - - \ No newline at end of file + android:width="108dp" + android:height="108dp" + android:viewportWidth="108" + android:viewportHeight="108" + android:tint="?attr/colorControlNormal"> + + + + diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index b97382d..c5d5899 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,5 +1,4 @@ - #FFF - #000 + #FFFFFF \ No newline at end of file