Skip to content

Commit 573d2d9

Browse files
Create themes.xml
1 parent 9cac46d commit 573d2d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)