KotlinXposedHelper 化

This commit is contained in:
YuKongA
2022-03-12 13:33:53 +08:00
parent 5605ddea38
commit 8ba9132d4e
10 changed files with 278 additions and 468 deletions

View File

@@ -206,7 +206,7 @@ class SettingsActivity : MIUIActivity() {
}
//关于页面
fun aboutItems(): ArrayList<BaseView> {
private fun aboutItems(): ArrayList<BaseView> {
return ArrayList<BaseView>().apply {
add(
AuthorV(
@@ -894,7 +894,7 @@ class SettingsActivity : MIUIActivity() {
}
//其他页面
fun otherItems(): ArrayList<BaseView> {
private fun otherItems(): ArrayList<BaseView> {
return ArrayList<BaseView>().apply {
add(TitleTextV(resId = R.string.scope_miuihome))
add(