diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-08-03 17:00:00 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-08-03 17:00:00 +0200 |
commit | 93812142dafac72b773573f7474033ae241ae348 (patch) | |
tree | c6ab9034562657a62a3eae4adc2510b0f7168226 /res | |
parent | a0cedbcbed8b422188324dd2c1cabdfcf7a7dded (diff) | |
download | AntennaPod-93812142dafac72b773573f7474033ae241ae348.zip |
Imageloader tasks are now submitted to an executor service
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/miroguide_channellist_item.xml | 1 |
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" |