summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-05-11 00:48:02 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-05-11 00:48:02 +0200
commitd0ff8999900ca7d294c46a425079b90f52365eaf (patch)
treec1d4817a2e09982dbb7888dbe32eec6a21402b18 /res
parentcb9741b41753fc9ed74e65c9e1b78eae6eeb5370 (diff)
downloadAntennaPod-d0ff8999900ca7d294c46a425079b90f52365eaf.zip
Fixed Download screen problems and download report notification
Diffstat (limited to 'res')
-rw-r--r--res/layout/downloaded_episodeslist_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/downloaded_episodeslist_item.xml b/res/layout/downloaded_episodeslist_item.xml
index fc9913a74..97003ce65 100644
--- a/res/layout/downloaded_episodeslist_item.xml
+++ b/res/layout/downloaded_episodeslist_item.xml
@@ -15,7 +15,7 @@
android:id="@+id/imgvImage"
android:contentDescription="@string/cover_label"
android:layout_width="@dimen/thumbnail_length_downloaded_item"
- android:layout_height="@dimen/thumbnail_length_itemlist"
+ android:layout_height="@dimen/thumbnail_length_downloaded_item"
android:layout_alignParentLeft="true"
android:scaleType="centerCrop"/>