| | |
| | | case R.id.tv_refresh: |
| | | startActivity(new Intent(Settings.ACTION_SETTINGS)); |
| | | break; |
| | | case R.id.fl_goods_detail: |
| | | if (isSpread) { |
| | | webView.setVisibility(View.GONE); |
| | | // ll_imgs.removeAllViews(); |
| | | iv_imgtext_status.setImageDrawable(getResources().getDrawable(R.drawable.ic_detail_img_close)); |
| | | } else { |
| | | webView.setVisibility(View.VISIBLE); |
| | | iv_imgtext_status.setImageDrawable(getResources().getDrawable(R.drawable.ic_detail_img_open)); |
| | | // getImgText(); |
| | | } |
| | | isSpread = !isSpread; |
| | | break; |
| | | // case R.id.fl_goods_detail: |
| | | // if (isSpread) { |
| | | // webView.setVisibility(View.GONE); |
| | | //// ll_imgs.removeAllViews(); |
| | | // iv_imgtext_status.setImageDrawable(getResources().getDrawable(R.drawable.ic_detail_img_close)); |
| | | // } else { |
| | | // webView.setVisibility(View.VISIBLE); |
| | | // iv_imgtext_status.setImageDrawable(getResources().getDrawable(R.drawable.ic_detail_img_open)); |
| | | //// getImgText(); |
| | | // } |
| | | // isSpread = !isSpread; |
| | | // break; |
| | | case R.id.tv_shop_see: |
| | | GoodsCustomEvent.goodsDetailShopDetail(ShareExplosionsGoodsDetailActivity.this); |
| | | if (mInfo != null && (!StringUtils.isEmpty(mInfo.getGoods().getShopInfo().getShopLink()))) { |