Initial migration to new Compose settings activity and DataStore

This commit is contained in:
MM20
2022-01-01 20:34:59 +01:00
parent 912982aba8
commit 89db713e24
22 changed files with 659 additions and 41 deletions
@@ -11,7 +11,7 @@ object AppLicense {
copyrightNote = "Copyright (C) 2021 MM2-0",
licenseName = R.string.gpl3_name,
licenseText = R.raw.license_gpl_3,
url = "https://github.com/Kvaesitso"
url = "https://github.com/MM2-0/Kvaesitso"
)
}
}
+6
View File
@@ -29,6 +29,12 @@
<item name="android:windowLightStatusBar">true</item>
</style>
<style name="SettingsTheme.NoActionBar" parent="BaseTheme">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:statusBarColor">?colorSurface</item>
</style>
<style name="LauncherTheme" parent="BaseTheme">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowShowWallpaper">true</item>