improved layout

This commit is contained in:
daniel oeh 2012-06-28 17:27:41 +02:00
parent 4e5916f258
commit b3c3e04fd9
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ public class FeedItemlistAdapter extends ArrayAdapter<FeedItem> {
holder.type.setImageResource(R.drawable.type_audio);
} else if (type.startsWith("video")) {
holder.type.setImageResource(R.drawable.type_video);
} else {
holder.type.setImageBitmap(null);
}
}