mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 19:31:17 +08:00
Compare commits
2 Commits
l10n_main
...
12e76869dd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
12e76869dd | ||
|
|
97212d74d3 |
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user