部分UI修改

This commit is contained in:
kehaoyuan
2018-08-25 09:45:39 +08:00
parent 5209e5b463
commit bec06bfbf4
29 changed files with 160 additions and 132 deletions

View File

@ -156,7 +156,7 @@ public class NewsUtils {
} else {
textView.setText(String.format(Locale.getDefault(), "%d小时前", hour));
}
} else if (day >= today - 86400 * 1000 && day < today) {
} else if (day >= today - 86400 * 1000 * 100 && day < today) {
format.applyPattern("HH:mm");
textView.setText("昨天 ");
} else {