summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-10-23 20:05:11 +0200
committerByteHamster <info@bytehamster.com>2019-10-23 23:08:07 +0200
commit28cc00a01618323446a8e7f29655006250f951e1 (patch)
treeb9abee8094d0e2f1854a8329354775b6b6430c91 /core/src/main/res
parentcb1c403d15df7e89373cfeb1cae36d17380d6f00 (diff)
downloadAntennaPod-28cc00a01618323446a8e7f29655006250f951e1.zip
Material design layout tweaks
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/layout/player_widget.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/layout/player_widget.xml b/core/src/main/res/layout/player_widget.xml
index 6e71e0758..5f49fb7ef 100644
--- a/core/src/main/res/layout/player_widget.xml
+++ b/core/src/main/res/layout/player_widget.xml
@@ -38,6 +38,7 @@
android:id="@+id/imgvCover"
android:layout_width="@android:dimen/app_icon_size"
android:layout_height="match_parent"
+ android:src="@drawable/ic_antenna"
android:layout_margin="12dp" />
<LinearLayout