FM: adaptive icon
Change-Id: I95c0cd920c72d7a7dba952dece5f6228dbbf3988
Signed-off-by: Joey <joey@lineageos.org>
diff --git a/fmapp2/AndroidManifest.xml b/fmapp2/AndroidManifest.xml
index 40627a3..595ee7d 100644
--- a/fmapp2/AndroidManifest.xml
+++ b/fmapp2/AndroidManifest.xml
@@ -53,7 +53,7 @@
<uses-permission android:name="android.permission.MANAGE_USERS"/>
<application
- android:icon="@drawable/ic_launcher_fmradio"
+ android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:allowTaskReparenting="true"
android:taskAffinity="com.caf.task.fmradio"
@@ -63,7 +63,7 @@
<uses-library android:name="qcom.fmradio"
android:required="true" />
- <activity android:icon="@drawable/ic_launcher_fmradio"
+ <activity android:icon="@mipmap/ic_launcher"
android:name=".FMRadio"
android:label="@string/app_name"
android:clearTaskOnLaunch="true"
diff --git a/fmapp2/res/drawable-hdpi/ic_launcher_fmradio.png b/fmapp2/res/drawable-hdpi/ic_launcher_fmradio.png
deleted file mode 100644
index 4815bce..0000000
--- a/fmapp2/res/drawable-hdpi/ic_launcher_fmradio.png
+++ /dev/null
Binary files differ
diff --git a/fmapp2/res/drawable-mdpi/ic_launcher_fmradio.png b/fmapp2/res/drawable-mdpi/ic_launcher_fmradio.png
deleted file mode 100644
index 3361ad5..0000000
--- a/fmapp2/res/drawable-mdpi/ic_launcher_fmradio.png
+++ /dev/null
Binary files differ
diff --git a/fmapp2/res/mipmap-anydpi/ic_launcher.xml b/fmapp2/res/mipmap-anydpi/ic_launcher.xml
new file mode 100644
index 0000000..d8649ba
--- /dev/null
+++ b/fmapp2/res/mipmap-anydpi/ic_launcher.xml
@@ -0,0 +1,20 @@
+<?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/fmapp2/res/mipmap-hdpi/ic_background.png b/fmapp2/res/mipmap-hdpi/ic_background.png
new file mode 100644
index 0000000..0d8e474
--- /dev/null
+++ b/fmapp2/res/mipmap-hdpi/ic_background.png
Binary files differ
diff --git a/fmapp2/res/mipmap-hdpi/ic_foreground.png b/fmapp2/res/mipmap-hdpi/ic_foreground.png
new file mode 100644
index 0000000..8b45667
--- /dev/null
+++ b/fmapp2/res/mipmap-hdpi/ic_foreground.png
Binary files differ
diff --git a/fmapp2/res/mipmap-mdpi/ic_background.png b/fmapp2/res/mipmap-mdpi/ic_background.png
new file mode 100644
index 0000000..f043e12
--- /dev/null
+++ b/fmapp2/res/mipmap-mdpi/ic_background.png
Binary files differ
diff --git a/fmapp2/res/mipmap-mdpi/ic_foreground.png b/fmapp2/res/mipmap-mdpi/ic_foreground.png
new file mode 100644
index 0000000..df22bb7
--- /dev/null
+++ b/fmapp2/res/mipmap-mdpi/ic_foreground.png
Binary files differ
diff --git a/fmapp2/res/mipmap-xhdpi/ic_background.png b/fmapp2/res/mipmap-xhdpi/ic_background.png
new file mode 100644
index 0000000..f0e6f4a
--- /dev/null
+++ b/fmapp2/res/mipmap-xhdpi/ic_background.png
Binary files differ
diff --git a/fmapp2/res/mipmap-xhdpi/ic_foreground.png b/fmapp2/res/mipmap-xhdpi/ic_foreground.png
new file mode 100644
index 0000000..58f0716
--- /dev/null
+++ b/fmapp2/res/mipmap-xhdpi/ic_foreground.png
Binary files differ
diff --git a/fmapp2/res/mipmap-xxhdpi/ic_background.png b/fmapp2/res/mipmap-xxhdpi/ic_background.png
new file mode 100644
index 0000000..14bbda7
--- /dev/null
+++ b/fmapp2/res/mipmap-xxhdpi/ic_background.png
Binary files differ
diff --git a/fmapp2/res/mipmap-xxhdpi/ic_foreground.png b/fmapp2/res/mipmap-xxhdpi/ic_foreground.png
new file mode 100644
index 0000000..fdce776
--- /dev/null
+++ b/fmapp2/res/mipmap-xxhdpi/ic_foreground.png
Binary files differ
diff --git a/fmapp2/res/mipmap-xxxhdpi/ic_background.png b/fmapp2/res/mipmap-xxxhdpi/ic_background.png
new file mode 100644
index 0000000..e4456c5
--- /dev/null
+++ b/fmapp2/res/mipmap-xxxhdpi/ic_background.png
Binary files differ
diff --git a/fmapp2/res/mipmap-xxxhdpi/ic_foreground.png b/fmapp2/res/mipmap-xxxhdpi/ic_foreground.png
new file mode 100644
index 0000000..c8a99d3
--- /dev/null
+++ b/fmapp2/res/mipmap-xxxhdpi/ic_foreground.png
Binary files differ
diff --git a/fmapp2/src/com/caf/fmradio/FMRadio.java b/fmapp2/src/com/caf/fmradio/FMRadio.java
index 79cd02c..e85b8c4 100644
--- a/fmapp2/src/com/caf/fmradio/FMRadio.java
+++ b/fmapp2/src/com/caf/fmradio/FMRadio.java
@@ -1219,7 +1219,7 @@
if (bSearchActive) {
AlertDialog.Builder builder = new AlertDialog.Builder(this);
builder.setTitle(titleStr);
- builder.setIcon(R.drawable.ic_launcher_fmradio);
+ builder.setIcon(R.mipmap.ic_launcher);
View view = getLayoutInflater().inflate(R.layout.layout_dialog_progress,null);
builder.setView(view);
TextView tvMessage = (TextView)view.findViewById(R.id.id_tv_message);