summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2018-04-22 17:25:33 +0200
committerGitHub <noreply@github.com>2018-04-22 17:25:33 +0200
commite12751986b57f86509766fd999974110f2e5b54c (patch)
tree7074ceb47f84af11d8c6efb8dee1a6719037678e /app/src/main/AndroidManifest.xml
parenta4a7c9ebb924cbe6856d9fb1d5b4b94cbfb0d1b4 (diff)
parent45440d775fc562a8bbca1376abbbe09988ff15e2 (diff)
downloadAntennaPod-e12751986b57f86509766fd999974110f2e5b54c.zip
Merge pull request #2564 from xisberto/adaptive_icon
Adaptive icon
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index c84b0110b..03ba97e08 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -33,11 +33,12 @@
<application
android:name="de.danoeh.antennapod.PodcastApp"
- android:icon="@drawable/ic_launcher"
+ android:icon="@mipmap/ic_launcher"
+ android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:backupAgent=".core.backup.OpmlBackupAgent"
android:restoreAnyVersion="true"
- android:logo="@drawable/ic_launcher">
+ android:logo="@mipmap/ic_launcher">
<meta-data android:name="com.google.android.gms.car.notification.SmallIcon"
android:resource="@drawable/ic_notification" />
<meta-data