| | |
| | | ll_notice.setVisibility(View.GONE); |
| | | iv_close = contentView.findViewById(R.id.iv_left); |
| | | tv_no_data_hint = contentView.findViewById(R.id.tv_no_data_hint); |
| | | iv_no_data = contentView.findViewById(R.id.iv_no_data); |
| | | if ("7".equalsIgnoreCase(cate)) { |
| | | tv_no_data_hint.setText("哎呀,发圈内容都被抢光了~"); |
| | | } else if ("8".equalsIgnoreCase(cate)) { |
| | | tv_no_data_hint.setText("哎呀,素材正在赶来的路上~"); |
| | | } |
| | | iv_no_data.setImageDrawable(null); |
| | | iv_no_data.setBackground(getActivity().getResources().getDrawable(R.drawable.iv_no_send_circle)); |
| | | /**小黄条*/ |
| | | getAppPageNotification(); |
| | | |
| | |
| | | if (list.length() > 0) { |
| | | //保存图片 |
| | | String rootPath = android.os.Environment.getExternalStorageDirectory() |
| | | + "/blksapp"; |
| | | + "/tejiaapp"; |
| | | File rootFile = new File(rootPath); |
| | | if (!rootFile.exists()) { |
| | | rootFile.mkdirs(); |