Example #1
0
 private CommonCell createOnsaleCell() {
   CommonCell localCommonCell =
       (CommonCell) this.res.inflate(getContext(), R.layout.onsale_cell, getParentView(), false);
   localCommonCell.setLeftIcon(R.drawable.detail_couponicon);
   return localCommonCell;
 }