修改okhttp超时时间,.如果数值超过10000-19999的全部统一显示为1.0W-1.9W

This commit is contained in:
kehaoyuan
2018-08-30 20:16:24 +08:00
parent 3976646f39
commit b7bea01eb1
20 changed files with 94 additions and 61 deletions

View File

@ -445,7 +445,7 @@ public class CommentUtils {
holder.commentLikeIv.setImageResource(R.drawable.ic_like_select);
}
holder.commentLikeCountTv.setVisibility(View.VISIBLE);
holder.commentLikeCountTv.setText(String.valueOf(entity.getVote()));
holder.commentLikeCountTv.setText(NumberUtils.transSimpleCount(entity.getVote()));
}
//检查是否是自身评论