summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-08-03 20:57:42 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-08-03 20:57:42 +0200
commitef7a20f056aa723bb9746e3f465f4008205cce6b (patch)
tree639e5ecc206d8c3164f06fe91053d8edebab76e9 /res
parentb6b6129feb6a2df801d782928d243f2a4b8a72f7 (diff)
downloadAntennaPod-ef7a20f056aa723bb9746e3f465f4008205cce6b.zip
Removed DiskLruCache dependency
Diffstat (limited to 'res')
-rw-r--r--res/layout/miroguide_channellist_item.xml2
1 files changed, 2 insertions, 0 deletions
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" />
<LinearLayout