添加了界面及逻辑
This commit is contained in:
@@ -46,4 +46,8 @@ val Float.sp: Float
|
||||
TypedValue.COMPLEX_UNIT_SP,
|
||||
this,
|
||||
Resources.getSystem().displayMetrics
|
||||
)
|
||||
)
|
||||
|
||||
fun formatNumber(num: String): String {
|
||||
return num.padStart(2, '0')
|
||||
}
|
||||
Reference in New Issue
Block a user