Instantiate a bookmark item, including a default favicon.
super(context);
setWillNotDraw(false);
LayoutInflater factory = LayoutInflater.from(context);
factory.inflate(R.layout.add_new_bookmark, this);
mTextView = (TextView) findViewById(R.id.title);
mUrlText = (TextView) findViewById(R.id.url);
mImageView = (ImageView) findViewById(R.id.favicon);