提交 68454fbf 编写于 作者: AndroidLeaves's avatar AndroidLeaves

update

上级 4a17bc8e
...@@ -421,7 +421,7 @@ class Widget extends BaseWidget { ...@@ -421,7 +421,7 @@ class Widget extends BaseWidget {
dateSpan.leftAlignText(); dateSpan.leftAlignText();
dateSpan.lineLimit = 2; dateSpan.lineLimit = 2;
dateSpan.applyRelativeStyle(); dateSpan.applyRelativeStyle();
dateSpan.font = Font.lightSystemFont(Math.max(10, this.countdownFontSize() - 20)); dateSpan.font = Font.systemFont(Math.max(10, this.countdownFontSize() - 20));
dateSpan.textColor = this.dynamicColor(this.countdownDayColor(), this.countdownNightColor()); dateSpan.textColor = this.dynamicColor(this.countdownDayColor(), this.countdownNightColor());
} }
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册