Exemplo n.º 1
0
 public void onClick(View v) {
   if (tweetDetail != null)
     UIHelper.showImageZoomDialog(v.getContext(), tweetDetail.getImgBig());
 }