mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 03:41:19 +08:00
KotlinXposedHelper 化
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user