mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
Remove unnecessary files and update changelog
Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
parent
9730ed2023
commit
e831194bfb
4 changed files with 8 additions and 10 deletions
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="AppTheme" parent="BaseTheme">
|
||||
<item name="android:statusBarColor">?attr/colorPrimary</item>
|
||||
<item name="android:windowLightStatusBar">@bool/isDayMode</item>
|
||||
</style>
|
||||
</resources>
|
|
@ -1,8 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme" parent="BaseTheme">
|
||||
<item name="android:statusBarColor">?attr/colorPrimary</item>
|
||||
<item name="android:windowLightStatusBar">@bool/isDayMode</item>
|
||||
<item name="android:navigationBarColor">?attr/colorPrimary</item>
|
||||
<item name="android:windowLightNavigationBar">@bool/isDayMode</item>
|
||||
</style>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<style name="BaseTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar.Bridge">
|
||||
<item name="colorPrimary">@color/primary</item>
|
||||
<item name="colorAccent">@color/accent</item>
|
||||
|
@ -8,6 +9,8 @@
|
|||
<item name="windowActionModeOverlay">true</item>
|
||||
<item name="actionModeStyle">@style/actionModeStyle</item>
|
||||
<item name="toolbarStyle">@style/toolbarStyle</item>
|
||||
<item name="android:statusBarColor">?attr/colorPrimary</item>
|
||||
<item name="android:windowLightStatusBar">@bool/isDayMode</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme" parent="BaseTheme" />
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
- 📱️ Add option to not keep screen on (#1531)
|
||||
- 📱️ Add option to not keep screen on (#1531)
|
||||
- ⚙️ Add monochrome icon (#1544) - by @salixor
|
||||
- ⚙️ Use the new Android 12 SplashScreen API (#1546) - by @salixor
|
||||
- 🌎 Updated translations
|
Loading…
Reference in a new issue