manager: Make SwitchItem can be click like preference (#1697)

Use `AutoMirrored` icon
Drop some deprecated methods
Remove unused imports
Add bottom padding for AppProfileTemplateScreen to avoid display content
behind fab
This commit is contained in:
Light_summer
2024-05-04 20:41:05 +08:00
committed by GitHub
parent 8ee274f7d8
commit f2816653d9
23 changed files with 100 additions and 160 deletions

View File

@@ -42,10 +42,6 @@ val androidTargetCompatibility = JavaVersion.VERSION_21
val managerVersionCode by extra(getVersionCode())
val managerVersionName by extra(getVersionName())
tasks.register<Delete>("clean") {
delete(rootProject.buildDir)
}
fun getGitCommitCount(): Int {
val out = ByteArrayOutputStream()
exec {