Skip to content

Commit

Permalink
No default background colour for image view
Browse files Browse the repository at this point in the history
  • Loading branch information
alex621 committed Jun 9, 2016
1 parent 10cfbd9 commit bce6067
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public class HtmlTextViewDefaultAdapter extends HtmlTextView.HtmlTextViewAdapter
public HtmlTextView.ImgViewHolder renderImg(Context context, String src, int width, int height, HtmlTextView.ImgViewHolder oldViewHolder) {
if (oldViewHolder == null){
SimpleDraweeView view = new SimpleDraweeView(context);
view.setBackgroundColor(0x550000FF);
view.setImageURI(Uri.parse(src));

oldViewHolder = new HtmlTextView.ImgViewHolder(view);
Expand Down

0 comments on commit bce6067

Please sign in to comment.