mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 11:51:22 +08:00
双排时钟最大大小提升至9
This commit is contained in:
@@ -51,6 +51,7 @@ class StatusBarTimeCustomization : IXposedHookLoadPackage {
|
||||
clock_double_line_size = getClockDoubleSize.toFloat()
|
||||
}
|
||||
textV.setTextSize(TypedValue.COMPLEX_UNIT_DIP, clock_double_line_size)
|
||||
textV.setLineSpacing(0F,0.8F)
|
||||
} else {
|
||||
if (getClockSize != 0) {
|
||||
val clock_size = getClockSize.toFloat()
|
||||
|
||||
Reference in New Issue
Block a user