ntfy-android/app/src/main/res/values-night/styles.xml

17 lines
685 B
XML

<resources xmlns:tools="http://schemas.android.com/tools">
<!--
This file contains only overrides for the dark theme.
Also see "ui/Colors.kt" for colors that have to be defined in code.
Resources:
- https://material.io/design/color/dark-theme.html
- https://material.io/develop/android/theming/dark
- https://developer.android.com/codelabs/basic-android-kotlin-training-change-app-theme#4
- https://developer.android.com/guide/topics/ui/look-and-feel/themes
-->
<style name="AppTheme" parent="BaseTheme">
<item name="android:windowLightStatusBar" tools:ignore="NewApi">false</item>
</style>
</resources>