|
@@ -72,9 +72,9 @@ public class AdpArticleComment extends BaseQuickAdapter<UserComment, BaseViewHol
|
|
|
ViewUtil.setText(article_comment_num3, item.getExpression());
|
|
ViewUtil.setText(article_comment_num3, item.getExpression());
|
|
|
ViewUtil.setText(article_comment_user_name, item.getNickname());
|
|
ViewUtil.setText(article_comment_user_name, item.getNickname());
|
|
|
if(total == 0){
|
|
if(total == 0){
|
|
|
- ViewUtil.setText(article_comment_time_tv, TimeUtil.TimeStamp2Date(item.getCreate_time(), "yyyy-MM-dd\u0020hh:mm"));
|
|
|
|
|
|
|
+ ViewUtil.setText(article_comment_time_tv, TimeUtil.TimeStamp2Date(item.getCreate_time(), "yyyy-MM-dd\u0020HH:mm"));
|
|
|
} else {
|
|
} else {
|
|
|
- ViewUtil.setText(article_comment_time_tv, String.format(Locale.CHINA, "%d楼\u3000%s", total - position, TimeUtil.TimeStamp2Date(item.getCreate_time(), "yyyy-MM-dd\u0020hh:mm")));
|
|
|
|
|
|
|
+ ViewUtil.setText(article_comment_time_tv, String.format(Locale.CHINA, "%d楼\u3000%s", total - position, TimeUtil.TimeStamp2Date(item.getCreate_time(), "yyyy-MM-dd\u0020HH:mm")));
|
|
|
}
|
|
}
|
|
|
//String.format(Locale.CHINA, "%d %d %d %d", position, helper.getAdapterPosition(), helper.getLayoutPosition(), helper.getOldPosition()));
|
|
//String.format(Locale.CHINA, "%d %d %d %d", position, helper.getAdapterPosition(), helper.getLayoutPosition(), helper.getOldPosition()));
|
|
|
TextViewUtil.initIntroView(helper.itemView, item.getShowAll());
|
|
TextViewUtil.initIntroView(helper.itemView, item.getShowAll());
|