summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2022-09-14 18:01:39 -0400
committerTacoTheDank <SkytkRSfan3895@gmail.com>2022-09-14 18:01:39 -0400
commitbbea9c990c0b6b8b8bfedfda8b9a3ed252f55bdf (patch)
tree67c2bc8d6bc89cc8cc30be18f83b78ad7f9497a4 /core/src/main/res
parent6f67d6905ae7ae7b49912bda3a72b422c0f873c9 (diff)
downloadAntennaPod-bbea9c990c0b6b8b8bfedfda8b9a3ed252f55bdf.zip
Delete redundant round app icon
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/layout/player_widget.xml2
-rw-r--r--core/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml5
-rw-r--r--core/src/main/res/mipmap-hdpi/ic_launcher_round.pngbin8596 -> 0 bytes
-rw-r--r--core/src/main/res/mipmap-mdpi/ic_launcher_round.pngbin4783 -> 0 bytes
-rw-r--r--core/src/main/res/mipmap-xhdpi/ic_launcher_round.pngbin13307 -> 0 bytes
-rw-r--r--core/src/main/res/mipmap-xxhdpi/ic_launcher_round.pngbin24321 -> 0 bytes
-rw-r--r--core/src/main/res/mipmap-xxxhdpi/ic_launcher_round.pngbin37255 -> 0 bytes
7 files changed, 1 insertions, 6 deletions
diff --git a/core/src/main/res/layout/player_widget.xml b/core/src/main/res/layout/player_widget.xml
index 164ca80f8..227cb1cc5 100644
--- a/core/src/main/res/layout/player_widget.xml
+++ b/core/src/main/res/layout/player_widget.xml
@@ -40,7 +40,7 @@
android:id="@+id/imgvCover"
android:layout_width="@android:dimen/app_icon_size"
android:layout_height="match_parent"
- android:src="@mipmap/ic_launcher_round"
+ android:src="@mipmap/ic_launcher"
android:importantForAccessibility="no"
android:layout_margin="12dp" />
diff --git a/core/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/core/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
deleted file mode 100644
index 4ae7d1237..000000000
--- a/core/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@mipmap/ic_launcher_background"/>
- <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
-</adaptive-icon> \ No newline at end of file
diff --git a/core/src/main/res/mipmap-hdpi/ic_launcher_round.png b/core/src/main/res/mipmap-hdpi/ic_launcher_round.png
deleted file mode 100644
index 9c922ce1c..000000000
--- a/core/src/main/res/mipmap-hdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ
diff --git a/core/src/main/res/mipmap-mdpi/ic_launcher_round.png b/core/src/main/res/mipmap-mdpi/ic_launcher_round.png
deleted file mode 100644
index ef741cee7..000000000
--- a/core/src/main/res/mipmap-mdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ
diff --git a/core/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/core/src/main/res/mipmap-xhdpi/ic_launcher_round.png
deleted file mode 100644
index b05c50d44..000000000
--- a/core/src/main/res/mipmap-xhdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ
diff --git a/core/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/core/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
deleted file mode 100644
index 9d0116d26..000000000
--- a/core/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ
diff --git a/core/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/core/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
deleted file mode 100644
index 3c61e7dfc..000000000
--- a/core/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ