summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-02-05 16:17:51 +0100
committerByteHamster <info@bytehamster.com>2020-02-05 16:17:51 +0100
commitdf99d684b715327aa58cd733baaaa521174ac5e9 (patch)
tree548c888828cfde21b4db8e7bad980c30b0bd0326 /app/src/main/res
parent5a26207fdbc8631e53d19b11d32e685866a9dd22 (diff)
downloadAntennaPod-df99d684b715327aa58cd733baaaa521174ac5e9.zip
Hide images on podcast details screen
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/feeditemlist_item.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml
index cd983ffca..af8323567 100644
--- a/app/src/main/res/layout/feeditemlist_item.xml
+++ b/app/src/main/res/layout/feeditemlist_item.xml
@@ -30,7 +30,10 @@
android:layout_width="@dimen/thumbnail_length_queue_item"
android:layout_height="@dimen/thumbnail_length_queue_item"
android:layout_marginBottom="@dimen/listitem_threeline_verticalpadding"
- android:layout_marginTop="@dimen/listitem_threeline_verticalpadding">
+ android:layout_marginTop="@dimen/listitem_threeline_verticalpadding"
+ android:layout_marginRight="@dimen/listitem_threeline_textleftpadding"
+ android:layout_marginEnd="@dimen/listitem_threeline_textleftpadding"
+ android:id="@+id/coverHolder">
<TextView
android:id="@+id/txtvPlaceholder"
@@ -55,8 +58,6 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/listitem_threeline_verticalpadding"
- android:layout_marginLeft="@dimen/listitem_threeline_textleftpadding"
- android:layout_marginStart="@dimen/listitem_threeline_textleftpadding"
android:layout_marginRight="@dimen/listitem_threeline_textrightpadding"
android:layout_marginEnd="@dimen/listitem_threeline_textrightpadding"
android:layout_marginTop="@dimen/listitem_threeline_verticalpadding"