Initial migration to new Compose settings activity and DataStore
This commit is contained in:
@@ -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"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user