We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cac46d commit 573d2d9Copy full SHA for 573d2d9
app/src/main/res/values-night/themes.xml
@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<resources>
3
+ <style name="Theme.Emptything" parent="android:Theme.Material.Light">
4
+ <item name="android:windowNoTitle">true</item>
5
+ <item name="android:windowActionBar">false</item>
6
+ <item name="android:statusBarColor">@android:color/transparent</item>
7
+ <item name="android:windowLightStatusBar">false</item> <!-- Helle (weiße) Schrift in der Statusleiste für Dark Mode -->
8
+ </style>
9
+</resources>
0 commit comments