summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-08-03 17:00:00 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-08-03 17:00:00 +0200
commit93812142dafac72b773573f7474033ae241ae348 (patch)
treec6ab9034562657a62a3eae4adc2510b0f7168226 /res
parenta0cedbcbed8b422188324dd2c1cabdfcf7a7dded (diff)
downloadAntennaPod-93812142dafac72b773573f7474033ae241ae348.zip
Imageloader tasks are now submitted to an executor service
Diffstat (limited to 'res')
-rw-r--r--res/layout/miroguide_channellist_item.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/miroguide_channellist_item.xml b/res/layout/miroguide_channellist_item.xml
index ac89cfe46..e5f444ebd 100644
--- a/res/layout/miroguide_channellist_item.xml
+++ b/res/layout/miroguide_channellist_item.xml
@@ -6,6 +6,7 @@
<ImageView
android:id="@+id/imgvChannelimage"
+ android:src="@drawable/default_cover"
android:layout_width="55dip"
android:layout_height="55dip"
android:layout_alignParentLeft="true"