diff options
| author | mosimchah <mosimchah@gmail.com> | 2020-02-22 09:44:15 -0500 |
|---|---|---|
| committer | mosimchah <mosimchah@gmail.com> | 2020-02-22 10:52:39 -0500 |
| commit | de705f8424768ab1785a67c09f10352598bca135 (patch) | |
| tree | f3cb426d49b3450d881f2996d457cad046610120 | |
| parent | f2322067aa1e558060402b85a52b75f6ad0f5a9d (diff) | |
Revert "Calculator: adaptive icon"q10.0
This reverts commit 64ba43380110d9afeb99a2722096a4bf7eb19476.
Change-Id: Icd2cfbf0d1a75756b5a725eea288bb39827a2867
17 files changed, 1 insertions, 21 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4c41199..64a394a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -22,7 +22,7 @@ <application android:allowBackup="false" android:appCategory="productivity" - android:icon="@mipmap/ic_launcher" + android:icon="@mipmap/ic_launcher_calculator" android:label="@string/app_name" android:supportsRtl="true"> diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml deleted file mode 100644 index d8649ba..0000000 --- a/res/mipmap-anydpi/ic_launcher.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (c) 2018 The LineageOS Project - - 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. ---> -<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> - <background android:drawable="@mipmap/ic_background"/> - <foreground android:drawable="@mipmap/ic_foreground"/> -</adaptive-icon> - diff --git a/res/mipmap-hdpi/ic_background.png b/res/mipmap-hdpi/ic_background.png Binary files differdeleted file mode 100644 index f2a4bd0..0000000 --- a/res/mipmap-hdpi/ic_background.png +++ /dev/null diff --git a/res/mipmap-hdpi/ic_foreground.png b/res/mipmap-hdpi/ic_foreground.png Binary files differdeleted file mode 100644 index 3771c49..0000000 --- a/res/mipmap-hdpi/ic_foreground.png +++ /dev/null diff --git a/res/mipmap-hdpi/ic_launcher_calculator.png b/res/mipmap-hdpi/ic_launcher_calculator.png Binary files differnew file mode 100644 index 0000000..e50e87e --- /dev/null +++ b/res/mipmap-hdpi/ic_launcher_calculator.png diff --git a/res/mipmap-mdpi/ic_background.png b/res/mipmap-mdpi/ic_background.png Binary files differdeleted file mode 100644 index 8e5bfbd..0000000 --- a/res/mipmap-mdpi/ic_background.png +++ /dev/null diff --git a/res/mipmap-mdpi/ic_foreground.png b/res/mipmap-mdpi/ic_foreground.png Binary files differdeleted file mode 100644 index e750abd..0000000 --- a/res/mipmap-mdpi/ic_foreground.png +++ /dev/null diff --git a/res/mipmap-mdpi/ic_launcher_calculator.png b/res/mipmap-mdpi/ic_launcher_calculator.png Binary files differnew file mode 100644 index 0000000..2fcdc67 --- /dev/null +++ b/res/mipmap-mdpi/ic_launcher_calculator.png diff --git a/res/mipmap-xhdpi/ic_background.png b/res/mipmap-xhdpi/ic_background.png Binary files differdeleted file mode 100644 index 3de5562..0000000 --- a/res/mipmap-xhdpi/ic_background.png +++ /dev/null diff --git a/res/mipmap-xhdpi/ic_foreground.png b/res/mipmap-xhdpi/ic_foreground.png Binary files differdeleted file mode 100644 index ed1009f..0000000 --- a/res/mipmap-xhdpi/ic_foreground.png +++ /dev/null diff --git a/res/mipmap-xhdpi/ic_launcher_calculator.png b/res/mipmap-xhdpi/ic_launcher_calculator.png Binary files differnew file mode 100644 index 0000000..67993fc --- /dev/null +++ b/res/mipmap-xhdpi/ic_launcher_calculator.png diff --git a/res/mipmap-xxhdpi/ic_background.png b/res/mipmap-xxhdpi/ic_background.png Binary files differdeleted file mode 100644 index c403d91..0000000 --- a/res/mipmap-xxhdpi/ic_background.png +++ /dev/null diff --git a/res/mipmap-xxhdpi/ic_foreground.png b/res/mipmap-xxhdpi/ic_foreground.png Binary files differdeleted file mode 100644 index 8908067..0000000 --- a/res/mipmap-xxhdpi/ic_foreground.png +++ /dev/null diff --git a/res/mipmap-xxhdpi/ic_launcher_calculator.png b/res/mipmap-xxhdpi/ic_launcher_calculator.png Binary files differnew file mode 100644 index 0000000..71387a9 --- /dev/null +++ b/res/mipmap-xxhdpi/ic_launcher_calculator.png diff --git a/res/mipmap-xxxhdpi/ic_background.png b/res/mipmap-xxxhdpi/ic_background.png Binary files differdeleted file mode 100644 index f3c9e28..0000000 --- a/res/mipmap-xxxhdpi/ic_background.png +++ /dev/null diff --git a/res/mipmap-xxxhdpi/ic_foreground.png b/res/mipmap-xxxhdpi/ic_foreground.png Binary files differdeleted file mode 100644 index a20c571..0000000 --- a/res/mipmap-xxxhdpi/ic_foreground.png +++ /dev/null diff --git a/res/mipmap-xxxhdpi/ic_launcher_calculator.png b/res/mipmap-xxxhdpi/ic_launcher_calculator.png Binary files differnew file mode 100644 index 0000000..9d61dc4 --- /dev/null +++ b/res/mipmap-xxxhdpi/ic_launcher_calculator.png |
