From ef7a20f056aa723bb9746e3f465f4008205cce6b Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Fri, 3 Aug 2012 20:57:42 +0200 Subject: Removed DiskLruCache dependency --- res/layout/miroguide_channellist_item.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res') diff --git a/res/layout/miroguide_channellist_item.xml b/res/layout/miroguide_channellist_item.xml index 1d52ff695..2122b4866 100644 --- a/res/layout/miroguide_channellist_item.xml +++ b/res/layout/miroguide_channellist_item.xml @@ -12,6 +12,8 @@ android:layout_centerVertical="true" android:layout_marginLeft="1dip" android:layout_marginRight="4dip" + android:scaleType="fitXY" + android:adjustViewBounds="true" android:src="@drawable/default_cover" />