2 Commits

Author SHA1 Message Date
LittleTurtle2333
12e76869dd 优化开启时间居中后的细节 2023-02-18 23:56:04 +08:00
LittleTurtle2333
97212d74d3 更新Xposed description 2023-02-18 22:31:26 +08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -43,6 +43,9 @@ object StatusBarLayoutForT : HookRegister() {
mLeftLayout!!.setPadding(statusBarLeft, 0, 0, 0)
mRightLayout!!.setPadding(0, 0, statusBarRight, 0)
statusBar!!.setPadding(0, statusBarTop, 0, statusBarBottom)
}else{
mLeftLayout!!.setPadding(0, 0, 0, 0)
mRightLayout!!.setPadding(0, 0, 0, 0)
}
}

View File

@@ -43,7 +43,7 @@
<string name="github_url">Welcome more developers to participate in the development</string>
<string name="issues">Feedback/Proposal</string>
<string name="issues_url">Click to view GitHub Issues</string>
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
<string name="xposeddescription">Customization tool for MIUI13+(Android 12+)</string>
<string name="statusbar">Status bar</string>
<string name="status_bar_time_seconds">Display seconds</string>
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>