summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorTony Tam <engineer.tonytam@pm.me>2020-07-16 00:06:01 -0700
committerTony Tam <engineer.tonytam@pm.me>2020-07-16 00:06:01 -0700
commitdba3aee7b0152805384f9f944cac38c8abada5d5 (patch)
tree01b2fe13aa193b3e121d5078de5c980a812d3b11 /app/src/main/res
parent0cad3bce6840069261b64fe5dc7e474df2b57315 (diff)
downloadAntennaPod-dba3aee7b0152805384f9f944cac38c8abada5d5.zip
finally fixed
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/cover_fragment.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/cover_fragment.xml b/app/src/main/res/layout/cover_fragment.xml
index 738fba027..03b11fbcb 100644
--- a/app/src/main/res/layout/cover_fragment.xml
+++ b/app/src/main/res/layout/cover_fragment.xml
@@ -12,10 +12,10 @@
<de.danoeh.antennapod.view.SquareImageView
android:id="@+id/imgvCover"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_marginLeft="32dp"
- android:layout_marginRight="32dp"
+ android:layout_width="200dp"
+ android:layout_height="200dp"
+ android:layout_marginLeft="8dp"
+ android:layout_marginRight="8dp"
android:layout_weight="0"
android:foreground="?attr/selectableItemBackgroundBorderless"
android:importantForAccessibility="no"