summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/itunes_podcast_listitem.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/itunes_podcast_listitem.xml')
-rw-r--r--app/src/main/res/layout/itunes_podcast_listitem.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/itunes_podcast_listitem.xml b/app/src/main/res/layout/itunes_podcast_listitem.xml
index d2472b0de..87d71720a 100644
--- a/app/src/main/res/layout/itunes_podcast_listitem.xml
+++ b/app/src/main/res/layout/itunes_podcast_listitem.xml
@@ -18,8 +18,6 @@
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
- android:layout_marginRight="8dp"
- android:layout_marginEnd="8dp"
android:adjustViewBounds="true"
android:contentDescription="@string/cover_label"
android:cropToPadding="true"
@@ -33,7 +31,9 @@
android:layout_toRightOf="@id/imgvCover"
android:layout_toEndOf="@id/imgvCover"
android:layout_centerVertical="true"
- android:orientation="vertical">
+ android:orientation="vertical"
+ android:layout_marginLeft="16dp"
+ android:layout_marginStart="16dp">
<TextView
android:id="@+id/txtvTitle"