From d0ff8999900ca7d294c46a425079b90f52365eaf Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sun, 11 May 2014 00:48:02 +0200 Subject: Fixed Download screen problems and download report notification --- res/layout/downloaded_episodeslist_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') 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"/> -- cgit v1.2.3