diff options
author | ByteHamster <info@bytehamster.com> | 2020-09-20 23:13:28 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-09-20 23:13:28 +0200 |
commit | eb3993f776da330741ef9ef6522a5b20bd45f20b (patch) | |
tree | 6e59a15d65e75b3abe8e072c5abe555f270d1e7b /core/src/main/res/layout | |
parent | cab277bb856a893bfa4e41c69efafd4e3ee912da (diff) | |
download | AntennaPod-eb3993f776da330741ef9ef6522a5b20bd45f20b.zip |
New notification icon
Diffstat (limited to 'core/src/main/res/layout')
-rw-r--r-- | core/src/main/res/layout/player_widget.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/layout/player_widget.xml b/core/src/main/res/layout/player_widget.xml index b0e5e0fd8..6e463e9cd 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="@drawable/ic_antenna" + android:src="@mipmap/ic_launcher_round" android:layout_margin="12dp" /> <LinearLayout |